Is there a way to hide certain permissions in pop up permissions?

In External Permission users can give vendors and other outside groups Manage permissions, is there a way to hide that option for our users? Screenshot attached.

0 votes

1 answers

612 views

ANSWER



Hello,

You would need to override the default nuxeo-popup-permission element: https://github.com/nuxeo/nuxeo-ui-elements/blob/2.3.3/nuxeo-document-permissions/nuxeo-popup-permission.html#L94. As you can read, it is using a dynamic array of value, using the userVisiblePermissions enricher. So, in your case, you would have to explicitly write the permissions which should be displayed.

Good luck!

0 votes