I’ve a question about the node permission in Umbraco. I like to limit the actions for a certain group of users for a subset of nodes but I am not sure how the granular permissions suppose to work. In my case I like to disallow the delete/depublish rights for an overview page but allow full control of it is subpages. Because the users can add subpages themselves I cannot set the user rights per subpage, but if I set it on the overview page the users can delete/depublish the overview as well. Is there a way to set these requirements or should I catch the delete and depublish events and make sure the event is cancelled for the specific user group?
Permissions for overview/detail nodes
Hallo Umbracians,
I’ve a question about the node permission in Umbraco. I like to limit the actions for a certain group of users for a subset of nodes but I am not sure how the granular permissions suppose to work. In my case I like to disallow the delete/depublish rights for an overview page but allow full control of it is subpages. Because the users can add subpages themselves I cannot set the user rights per subpage, but if I set it on the overview page the users can delete/depublish the overview as well. Is there a way to set these requirements or should I catch the delete and depublish events and make sure the event is cancelled for the specific user group?
Thanks
Martin
is working on a reply...