We are on 6.5.8 and have a requirement where-in we need to show page properties to a certain group while ensuring the corresponding group is not able to edit content and edit page properties. However when we provide read access to /content to that group we are not able to see page properties in action tool bar in Sites console. I have also overlayed /libs/wcm/core/content/sites/jcr:content/actions/selection/viewproperties and created a rendercondition to handle the scenario but still it doesnt work. We cant provide modify access to the group. Any pointers?
Views
Replies
Total Likes
@mohita82734067 Please check below Community URL once if it helps :
Views
Replies
Total Likes
Hi,
you can try creating a sling filter with the component scope and add decorationTag false if user belongs to non-editable component group.
e.g. https://aemlab.blogspot.com/2018/11/aem-restrict-component-editing-and.html
Thanks @arunpatidar for the response. Won't a filter be an unnecessary overhead a minor one though on the system as each request goes through the filter and this would mean not going by Permissions and being dependent on code to provide read only view for component? Also, after this page properties would still be editable? Is there a way to make page properties also not editable? As i mentioned we don't see Properties in actions menu if i give read only to /content to that group and we cant provide create/modify/delete access to the group. Let me know your thoughts
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies