We are getting IllegalArgumentException while accessing any content pages with the below scenario,
The ContentPage has ContentSlotForPage defined but, there is no ContentSlotForPageTemplate defined.
In this case, the expectation was that we should get the sum of all the unique ContentSlots defined as the ContentSlotForPage and ContentSlotForPageTemplate. But, our investigation suggests we are getting ONLY the ContentSlots defined in the ContentSlotForPageTemplate and the ones defined in the ContentSlotForPage is completely ignored.
Is there any issue with the 6.5 DefaultCMSPageService.getContentSlotForPage(AbstractPageModel) ?
Thanks, Sandip