Ability to move assets in DAM but not delete assets | Community
Skip to main content
Level 2
August 7, 2017
Solved

Ability to move assets in DAM but not delete assets

  • August 7, 2017
  • 10 replies
  • 6862 views

Hi All,

We have a requirement that our business users/authors should be able to move assets in DAM from one location to other, but should not be able to delete any assets in DAM.

What would be the best approach to achieve this? As we know, delete permissions are needed to move assets. So, if we assign the delete permissions to the users, they would be able to both move and delete assets. Is there anyway to allow them to only move assets but not delete? Please let me know if there any alternatives/workarounds.

Appreciate your help!

Thanks,

Ramya

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 shroti

Disabling Delete option to set of users (group) from UI toolbar is easy, that can be controlled by customizing UI code, but user would still able to delete through other interfaces (mounted drive, CURL etc.). To get the more control, the sevlet handles Delete request should be overridden and incorporate a check for the set of users(group) and response with an error when applicable.

10 replies

VeenaVikraman
Community Advisor
Community Advisor
August 7, 2017
VeenaVikraman
Community Advisor
Community Advisor
August 7, 2017

I don't think that one will help Those seems to be for older version of AEM. I am checking if this is possible in any way. I am curious now

VeenaVikraman
Community Advisor
Community Advisor
August 7, 2017

basically I tried to follow Possible to allow users to move but not delete pages ? with some help from User, Group and Access Rights Administration  and it seems like I cannot edit or delete these . I need some expert advice here

Update :- Hotfixpack 2.2.0.61 This will fix my initial problem of not able to setting anything using ACL tab. But now I face a different issue here . Whenever I am trying to set a new permission , it is giving me below error stack

Level 2
August 7, 2017

I don't think you will be able to delete rep:policy nodes using CRXDE, since they are protected nodes. However, you can use ACL Editor in Content Explorer(http://<host>:<port>/crx/explorer/index.jsp) to remove the ACLs.

VeenaVikraman
Community Advisor
Community Advisor
August 8, 2017

ramya.reddy​ , I dont see any option to edit already existing permissions in ACL editor. The Adobe Documentation explains us to use it via CRXDE Access Control Tab , you can read it here https://docs.adobe.com/docs/en/aem/6-2/administer/security/user-group-ac-admin.html#Access Right Management ...

Ratna Kumarkautuksahnismacdonald2008​ Any help here

Level 2
August 9, 2017

Hi Ramya.

Have you thought of just disabling the Delete button from the tool bar? instead of working with ACL's

VeenaVikraman
Community Advisor
Community Advisor
August 9, 2017

Hi Pavan.

Won't that affect other users ? Is it possible to disable the same for a particular group of users alone ?

Level 2
August 9, 2017

Hi Veena,

You have to override the lib nodes and apply the ACL to that node. You have to deny it for specific user group only, not for all

kautuk_sahni
Community Manager
Community Manager
August 10, 2017

Moving this question to AEM assets Topic.

~kautuk

Kautuk Sahni
shrotiAdobe EmployeeAccepted solution
Adobe Employee
August 10, 2017

Disabling Delete option to set of users (group) from UI toolbar is easy, that can be controlled by customizing UI code, but user would still able to delete through other interfaces (mounted drive, CURL etc.). To get the more control, the sevlet handles Delete request should be overridden and incorporate a check for the set of users(group) and response with an error when applicable.