Is there a way to hide certain permissions in pop up permissions?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 03:21 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 03:34 PM
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!
