Include subgroups for protected env group dropdown
What does this MR do and why?
This MR implements #425840 (closed) by showing subgroups of a given group in selected groups dropdown.
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.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Create group
main
- Assign the group to
Ultimate
plan (view the group in admin area, and select an Ultimate plan inPermissions and group features
section. - Create sub-group
users
- Create sub-subgroups
developers
anddeployers
ofusers
group - Navigate to group level CI/CD settings for `main group
- Create new protected environment
- Check that all three groups are selectable in the protected environment (
users
,developers
anddeployers
)
Edited by Andrei Zubov