configuring undo in AEM | Community
Skip to main content
New Participant
October 16, 2015
Solved

configuring undo in AEM

  • October 16, 2015
  • 3 replies
  • 857 views

the documentation page at http://docs.adobe.com/docs/en/cq/5-6-1/administering/config_undo.html suggests modifying the undo list in /libs - it seems that's not a good practice since changes in libs get overwritten by an upgrade of AEM. Is there a better way to extend the undo list with an overlay in apps instead? 

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 Sham_HC

Just modify from felix console & it will take care of rest. Please file a daycare request to fix the documentation.

3 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Just modify from felix console & it will take care of rest. Please file a daycare request to fix the documentation.

smacdonald2008
New Participant
October 16, 2015

Like other CQ components, you can overlay it.  However test it after you overlay it.

reusr1Author
New Participant
October 16, 2015

overlay would still mean I have to copy the structure from libs over and that is inherently not upgrade save - it seems there should be a better solution to this problem