Allow user with a specific role to be able to add/remove group member for group with specific type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 06:41 AM
Hi All,
The Requirement is that if user has a role "custom_admin"(this role has been created in a custom app) and the group type is either patch or ops, then this user should be able to add or remove members from the group. to achieve this, i have written 3 ACL's on sys_user_grmember table with operation as read, write, delete and create and have defined this condition and roles. I am able to view the group members, it also gives the new button on gr member table, but doesnt give the edit option. I am also able to select the member and delete from list view post impersonating. could you please assist on how i can achieve the edit option to show up on the groupmember table in list view of groups as per the condition?
i do not see any error or warning in the ACL debugging as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 12:45 AM