Disabling copy/move button | Community
Skip to main content
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 vish.dhaliwal

Hello,

Create a group and restrict path /libs/wcm/core/content/sites/jcr:content/actions/selection/movepage to this particular group. You can add deny ACL from the crx/de Access Control or crx/explorer Access Control Editor.

Check this forum question: Re: How to disable move functionality for pages in Touch UI 6.2

Regards,

Vishu

4 replies

Adobe Employee
April 16, 2019

Move operation requires create(destination)/delete(source) permissions, So, if you remove these permissions for a user, they should not see the move button.

deepakt84913413
Level 4
April 16, 2019

Our use case is that the user should be able to create but not copy the same resource because each resource has an id that needs to be unique. And copying a resource would just create a duplicate.

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
April 16, 2019

Hello,

Create a group and restrict path /libs/wcm/core/content/sites/jcr:content/actions/selection/movepage to this particular group. You can add deny ACL from the crx/de Access Control or crx/explorer Access Control Editor.

Check this forum question: Re: How to disable move functionality for pages in Touch UI 6.2

Regards,

Vishu

deepakt84913413
Level 4
April 16, 2019

Perfect. Thanks.