Show hide buttons on toolbars in page listing view | Community
Skip to main content
New Participant
January 14, 2021
Solved

Show hide buttons on toolbars in page listing view

  • January 14, 2021
  • 2 replies
  • 1546 views

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? 

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 arunpatidar

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

2 replies

arunpatidar
arunpatidarAccepted solution
New Participant
January 14, 2021

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

Arun Patidar
Ravi_Pampana
New Participant
January 14, 2021

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

aembytesAuthor
New Participant
January 14, 2021
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