Can you see an aem timeline of a page from a search | Adobe Higher Education
Skip to main content
key-key
Level 4
February 5, 2018
Répondu

Can you see an aem timeline of a page from a search

AEM 6.1.  In the sites console - i used the search function to search for all the pages modified by a certain person but when i selected the pages i could not see the timeline of the page.  the timeline is missing in the actions bar after the page is selected. Is there a way to search for all the pages a person has modified and also see the timeline activity of that page?

Ce sujet a été fermé aux réponses.
Meilleure réponse par Hemant_arora

Overlay this node in your project /libs/wcm/core/content/sites/jcr:content/actions/selection copy the above sites page from libs and paste it under /apps/wcm/core/content Add the script for timeline action here /libs/granite/ui/components/coral/foundation/clientlibs/foundation/js/collection/action/action.js

2 commentaires

Hemant_arora
Hemant_aroraRéponse
Level 8
February 6, 2018

Overlay this node in your project /libs/wcm/core/content/sites/jcr:content/actions/selection copy the above sites page from libs and paste it under /apps/wcm/core/content Add the script for timeline action here /libs/granite/ui/components/coral/foundation/clientlibs/foundation/js/collection/action/action.js

smacdonald2008
Level 10
February 6, 2018

Great suggestion!