Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Show hide buttons on toolbars in page listing view

Avatar

Level 4

On the authoring page view, after selecting a page to edit, we want to hide the properties toolbar button option for a specific group. What is the way to customize the toolbar based on user access rights? 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can directly deny the read permission of /libs/wcm/core/content/sites/jcr:content/actions/selection/viewproperties node for those groups.



Arun Patidar

View solution in original post

3 Replies

Avatar

Community Advisor

Hi,

 

Refer below node which displays the option in nav only if the user has read access to /etc/workflow/models

 

/libs/wcm/core/content/sites/jcr:content/actions/selection/create/items/createworkflow/granite:rendercondition

 

/libs/cq/gui/components/renderconditions/canreadworkflowmodels/canreadworkflowmodels.jsp

 

Hope this helps

Avatar

Level 4
I was referring to the view in the site page editor screen on here: http://localhost:4502/sites.html/content. When I select a page, what should I overlay for render conditions to only show properties button to specific group not all

Avatar

Correct answer by
Community Advisor

you can directly deny the read permission of /libs/wcm/core/content/sites/jcr:content/actions/selection/viewproperties node for those groups.



Arun Patidar