この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
The foundation page property tabs in 6.5 presents at
/libs/wcm/foundation/components/basicpage/v1/basicpage/tabs
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計