AEM 6.5: Page properties of campaign page does not contain cloud services tab | Community
Skip to main content
Level 2
January 16, 2020
Solved

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

  • January 16, 2020
  • 1 reply
  • 1363 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

The foundation page property tabs in 6.5 presents at

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

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
January 16, 2020

The foundation page property tabs in 6.5 presents at

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

Arun Patidar
Level 2
January 17, 2020

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