Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

AEM 6.5: Page properties of campaign page does not contain cloud services tab

Avatar

Level 2

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.

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

The foundation page property tabs in 6.5 presents at

/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs

Arun Patidar

AEM LinksLinkedIn

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Korrekte Antwort von
Community Advisor

The foundation page property tabs in 6.5 presents at

/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

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

Avatar

Level 2
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

Avatar

Community Advisor

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.

Arun Patidar

AEM LinksLinkedIn