Can you see an aem timeline of a page from a search | Community
Skip to main content
key-key
Level 4
February 5, 2018
Solved

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

  • February 5, 2018
  • 2 replies
  • 2935 views

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?

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 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 replies

Hemant_arora
Hemant_aroraAccepted solution
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!