Hi,
I'm working on a site structure in AEM (AEMaaCS) using this layout:
/content/my-site
├── language-masters
│ └─ en
└── global
│ └─ en
When I use the Create Language Copy wizard from /content/my-site/language-masters/en and choose a new language (e.g., fr), AEM automatically creates:
/content/my-site/language-masters/fr – which I expected
But also: /content/my-site/global/fr – which I didn’t explicitly request
Why does this happen and is there any way to prevent it?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @aa_w ,
Can you tell me if there are some language-masters pages are using or referencing components, templates, or configurations stored inside /global?
Views
Replies
Total Likes
Hi @aa_w
Could you please check the user, who created those copies inside global?
For me it seems there is a custom event listener which creates/copy pages from language master to global.
Views
Replies
Total Likes
Hi @arunpatidar
They were created under my username, they are created after the language-master/fr pages are created, then the ones under global are created
Views
Replies
Total Likes
Hi @aa_w ,
Can you tell me if there are some language-masters pages are using or referencing components, templates, or configurations stored inside /global?
Views
Replies
Total Likes
I think it was because there were teasers or other components referencing those global pages as links. Thank you
Views
Replies
Total Likes