Expand my Community achievements bar.

SOLVED

When a page is activated through siteadmin, how to also activate all associated content of the page (like other pages associated to it)

Avatar

Level 3

Hi All,

Whenever we activate a page from siteadmin, it opens a dialog box with the list of assets which are not activated and provides us an option whether to activate it or not.

I want to expand this functionality to other pages, which are being used on that page(which I have clicked to be activated).

Any suggestion/ help would be appreciated.

Regards,

Aman

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You need to implement a ReferenceProvider[1]; see [2] as an example in ACS AEM Commons how to implement it for referenced pages (see [3] how to use it).

[1] ReferenceProvider ("The Adobe AEM Quickstart and Web Application.")

[2] acs-aem-commons/PagesReferenceProvider.java at master · Adobe-Consulting-Services/acs-aem-commons · ...

[3] Page and Design Reference Providers

Jörg

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

You need to implement a ReferenceProvider[1]; see [2] as an example in ACS AEM Commons how to implement it for referenced pages (see [3] how to use it).

[1] ReferenceProvider ("The Adobe AEM Quickstart and Web Application.")

[2] acs-aem-commons/PagesReferenceProvider.java at master · Adobe-Consulting-Services/acs-aem-commons · ...

[3] Page and Design Reference Providers

Jörg

Avatar

Level 3

Thanks, will check this and get back, for any further queries.