Delete page in author should auto unpublish the page.
Use-case:
Content authors who are new to AEM are deleting the pages without unpublishing them, assuming it will reflect the on actual site. Page is deleted in author but not in publish or in live site.
Current/Experienced Behavior:
Deleting page on author stays on author without unpublishing it.
Improved/Expected Behavior:
Expected it to auto publish the page if author deletes the page.
Environment Details (AEM version/service pack, any other specifics if applicable):
@Jörg_Hoh , @kautuk_sahni, I have just tested and working as expected. Our business teams, authors are new to AEM and they reported it few times. I will check and update exact scenario as it happed few times.
1. There's a long replication queue, so the actual publishing of a page will take place only after some time.
2. Authors delete page in MSM under language-masters/en node and expect removing of the same page from other countries/languages like us/en without a configured rollout configuration for that, and without rolling out the parent folder (this was a real case on one of my projects).
All other unpublishing-on-delete cases always worked for me on AEM since the first (6.0) version.
One possible method to achieve this would be to implement an event listener for delete event to check the replication status of the page/asset on author and if status is found to be published, then trigger an unpublish event and delete only once unpublish event is successful.
Hi All, Can some one suggest how to unpublish/delete those in publish instance in AEMaaCS where it is already deleted in author instance? Issue is on AEM cloud.