Project visibility level change causes accidental change in feature access level
Related to #499879 (closed) and https://gitlab.com/gitlab-org/gitlab/-/issues/492317
Steps to Reproduce
- Create a new private project.
- Go to that project -> Settings -> General -> Visibility, project features, permissions.
- Change the visibility level of the project to
Public/Internaland change it back toPrivate. - Save the page.
- The access levels on the features will change from
Everyone with Access (20)toProject Members Only (10)
Implementation Guide
Needs refinement