We have a requirement that the authors should be able to move assets in DAM from one location to other or replace an existing asset, but should not be able to delete any assets in DAM through web or AEM desktop app. We denied permissions to "jcr:removenode" for delete to not work but move and replace are also not working. Is there a way to make this work? Hiding delete button solution is not work as we want delete to not work in AEM desktop app as well.
We had a similar use case . This definately not be handled through permissions as replace and move operations basically are doing delete on the hind side . Only option is to hide delete through UI but your authors also use desktop app. So , don't think this is posisble without restricting/ compromising on the feature.
We had a similar use case . This definately not be handled through permissions as replace and move operations basically are doing delete on the hind side . Only option is to hide delete through UI but your authors also use desktop app. So , don't think this is posisble without restricting/ compromising on the feature.