Move organization role change dropdown to drawer
What does this MR do and why?
Moves the organization user role change dropdown into a drawer.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
- Closes #509542 (closed)
- Related to #503829 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screen_Recording_2024-12-16_at_11.55.47_AM
How to set up and validate locally
- In rails console enable the
ui_for_organizationsfeature flag.Feature.enable(:ui_for_organizations) - Sign in as root user (or a user with an organization owner role).
- Go to the organization users page
http://localhost:3000/-/organizations/default/users. - Click the role text button in the organization users table to open the drawer.
- Select a new role.