You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go to the Users page in the Staff Area and select the "Filter by global role" option, the dropdown box shows all roles rather than just the roles that can be globally assigned.
For example, ProjectDeveloper can only be assigned to a user on a project. It cannot be assigned globally, so should not be in this list.
The text was updated successfully, but these errors were encountered:
Fixes#4632
Previously the Users page in the Staff Area had a "Filter by global roles" option which displayed all roles rather than just globally assignable roles.
This commit added a global_roles module so that the view does not need to know the details of the implementation.
Fixes#4632
Previously the Users page in the Staff Area had a "Filter by global roles" option which displayed all roles rather than just globally assignable roles. This commit adds a `global_roles` module so that the view does not need to know the details of the implementation.
When I go to the Users page in the Staff Area and select the "Filter by global role" option, the dropdown box shows all roles rather than just the roles that can be globally assigned.
For example, ProjectDeveloper can only be assigned to a user on a project. It cannot be assigned globally, so should not be in this list.
The text was updated successfully, but these errors were encountered: