Hi,
When I disable inherit permission from Share for a particular node, the default site manager permission is automatically applied to that. But when I disable inherit permission through permission service, it will disable the permission even for the site manager.
this.permissionService.setInheritParentPermissions(node,false);
This doesn't apply the site manager permission on the given node. But it should not work like that because site manager should have all the access on the site.
How can I get the site manager permission even if an inherit permission is disable through permission service?
Please guide me through this.
Thank you.
Solved! Go to Solution.
It is the default behavior on share ui. It defaults site manager RBAC as far as i know.
When you are using java api, you need to set the permission to site manager and disable inheritance if this what you are trying to achieve.
https://docs.alfresco.com/6.0/references/dev-services-permission.html
It is the default behavior on share ui. It defaults site manager RBAC as far as i know.
When you are using java api, you need to set the permission to site manager and disable inheritance if this what you are trying to achieve.
https://docs.alfresco.com/6.0/references/dev-services-permission.html
Thank you for accepting the solution - helps other users to see what has worked.
Cheers,
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.