Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(organizations): member role selector TASK-986 (#5315)
### π£ Summary In Members Table (from Account β Team/Organization β Members) add UI for changing member's role. ### π Description Only owner and admins can modify the role. ### π Preview steps 1. βΉοΈ have multiple different users 2. for one of the users (e.g. "joe"), use http://kf.kobo.local/admin/organizations/organization/ to add multiple users into joe's organization 3. For one of the users (e.g. "sue") set the role to "admin" 4. enable "Multi-members override" for joe's organization 5. enable feature flag `mmosEnabled` 6. navigate to `#/account/organization/members` (as "joe") 7. π’ notice that in the table there is no way to change "joe" (owner) role 8. π’ notice that in the table you can change any other user role As continuation for above steps: 1. log in as "sue" 2. navigate to `#/account/organization/members` 3. π’ notice (again) that in the table there is no way to change "joe" (owner) role (even though you're an "admin") 4. π’ notice that for "sue" you can change the role (to stop being an admin) ### π Notes Build atop #5309
- Loading branch information