Hello, does anyone know what permissions is needed for ROLE, to be able edit/add new followers to the entity?
Announcement
Collapse
No announcement yet.
Select Followers
Collapse
X
-
Hi,
Only admin user can select other followers (open the file /client/src/views/record/detail.js and find this line selectDisabled: !this.getUser().isAdmin(), in the 'actionViewFollowers' function). If you rewrite this logic, then a regular user will be able to see the 'Select' button.
But this is just the first step. After, you will need to rewrite the permission logic to select new followers from the user list by the regular user.
Comment