Skip to Content
0
Former Member
Jun 21, 2018 at 12:38 AM

ContentPage loading issue without ContentSlotForPageTemplate definition

117 Views

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