Issue:We have a page created in AEM campaigns i.e at /content/campaigns whose resourceType is custom one say 'res1'. Now this 'res1' has OOB supertype as "mcm/campaign/components/campaign_newsletterpage". Now when I checked /libs/mcm/campaign/components/campaign_newsletterpage, it has a tab called as "cloudservices" (/libs/mcm/campaign/components/campaign_newsletterpage/cq:dialog/content/items/tabs_new/items/cloudservices) and this 'cloudservices' has path defined as "foundation/components/page/cq:dialog/content/items/tabs/items/cloudservices" which is non-existing in aem 6.5 when checked at /libs/foundation/components/page/cq:dialog/content/items/tabs/items/cloudservices but this is present in AEM 6.3.
How to reproduce: While doing in place migration from AEM 6.3 to AEM 6.5.
AEM version: 6.5
Please let us know how can we resolve this as we tried searching upgrade documentation but to no avail.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The foundation page property tabs in 6.5 presents at
/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs
Views
Replies
Total Likes
The foundation page property tabs in 6.5 presents at
/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs
Views
Replies
Total Likes
Hi Arun,
That is fine, but problem is that OOB newsletter component has path as "foundation/components/page/cq:dialog/content/items/tabs/items/cloudservices", which is non existing in AEM 6.5 but exists in AEM 6.3. I tried changing it to "foundation/components/basicpage/v1/basicpage/tabs/cloudservices" and tried some other options too but still the the campaign newsletter page properties doesn't show up the "cloudservices" tab
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi /libs/foundation/components/page component has the supertype wcm/foundation/components/page that means it will inherit everything from another component which has cloud service tabs. but in news component it is including so it is not gonna work like that. in this case you need to overlay /libs/mcm/campaign/components/campaign_newsletterpage/cq:dialog/content/items/tabs_new/items/cloudservices and change to the correct path(e.g. /libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/couldservice) and raise day care ticket as well to get it fixed.
Views
Replies
Total Likes