Migrate Admin group edit page to use SettingsSection component
What does this MR do and why?
- Migrates Admin group edit page to use
SettingsSection
component instead of the deprecated side-by-side view - Fixes a problem where the divider between
SettingsSection
's would not show up (added test urls)
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
Before | After |
---|---|
Bugfix of divider not showing up | |
How to set up and validate locally
- http://gdk.test:3000/admin/groups
- Edit a random group
Test URLs for the divider bugfix:
- http://gdk.test:3000/-/user_settings/profile
- http://gdk.test:3000/-/profile/preferences
- http://gdk.test:3000/-/user_settings/personal_access_tokens
- http://gdk.test:3000/groups/flightjs/-/settings/packages_and_registries
Related to #474921 (closed)
Edited by Sascha Eggenberger