-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Problem
The current dropdown for selecting the role, does not display the new system roles, and custom roles created by a user. This makes it frustrating for an administrator as all the roles of their instance are not available when inviting a user.
The dropdown for selecting a role should reflect the new system roles and any custom roles the user has created.
It needs to also display the CRUDP (Create Read Update Delete Publish) mapping for custom roles and system roles.
Backend Note
The information about each role needs to be got from an API endpoint that that stores all the information regarding each system role and custom role for an instance. This will require an API change, a database change (maybe), and a front end change.
There needs to be shortcut to create & edit custom roles
This will allow users to quickly learn more about the roles they are editing
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Being Designed