cancel
Showing results for 
Search instead for 
Did you mean: 

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

Eric_Atencio
Champ on-the-rise
Champ on-the-rise

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.

1 REPLY 1

Gregory_Carlin
Elite Collaborator
Elite Collaborator

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-permiss.... 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!