Skip to content

Switch Group Settings UI from User Cap to Seat Controls

Angelo Gulina requested to merge ag/470094-6-from-cap-to-control into master

What does this MR do and why?

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/470094+, this MR update the Settings for Group to introduce Seat Controls options. More info in the Issue. Note: the feature is behind feature flag.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Clip link | Passcode: HG@p51iE

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the experiment fully
    Feature.enable(:group_settings_seat_controls)
  2. Visit any group general setting pages such as http://127.0.0.1:3000/groups/flightjs/-/edit > Permissions and group features
  3. Check the new section Seat Controls
Edited by Doug Stull

Merge request reports

Loading