-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UI for changing a member's role within a group
Add a "Role" column to the Members tab of the group settings UI. This displays a dropdown with the different roles that the current user can assign to the target user within the group. If the current user cannot change the role, the column displays the current role as plain text. We currently prevent the user from changing their own role since this has added complexity. It may alter the user the actions the user can take on other users and they could lose access to the group settings page entirely if they demote themselves to a "Member".
- Loading branch information
1 parent
d86e789
commit a4865c4
Showing
3 changed files
with
305 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.