Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Restrict move/delete in Touch UI

Avatar

Level 4

Hi,

We need to restrict user access for 'move' and 'delete' in Touch UI.

Is it possible to add some listener/handler javascript in the following node so that we can restrict the user programatically ?

/libs/dam/gui/content/assets/jcr:content/body/assetscontent/header/items/selection/items/moveasset

Also, is there an equivallent for 'CQ.User.getCurrentUser().hasPermissionOn' in Touch UI to check permission on certain node?

Please suggest if you have any other solution.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Watch this GEMS session. It talks about ways to work in Touch UI and modify content. It may provide ways to modify nodes to do what you are looking for:

http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Watch this GEMS session. It talks about ways to work in Touch UI and modify content. It may provide ways to modify nodes to do what you are looking for:

http://dev.day.com/content/ddc/en/gems/user-interface-customization-for-aem-6.html