Hi, how can you restore a deleted component on Adobe Experience Manager 6.4.3.0 - for example an HP banner?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I'm a bit confused about what you mean exactly.
Do you want to:
@Bogomila AFAIK , once a component is deleted , you cannot retrieve it from repository. The only way you can do it is if your code is maintained in any version control system.
You can't restore the deleted content. But you can retrieve in one of the below ways:
Page Versioning:
1. Create a version for your page
2. Revert this back to previous version (not the one you've created) and then copy the component if exits to another page
3. Now, you can revert back to the version you created and copy the component
Get it from Publish servers:
If you have published this page with the component then you can package only the component content (not the entire page) and bring it back to author.
Hi,
I'm a bit confused about what you mean exactly.
Do you want to:
Hi,
Can you let us know whether you are asking component which is under apps or the component which is content authored on a page?
1. If it's in apps you cant get it back and for that you should have code in git /svn from where you can get it back.
2. If its on the page then you can get the versioned page back if you have created a version for that page and from there you can retrieve the component content.
I hope it helps.