Skip to content

Cleanup prevent_visibility_restriction feature flag

What does this MR do and why?

clean up the prevent_visibility_restriction feature flag, after the feature flag has been enabled by default for an appropriate amount of time in production.

Introduced in !124649 (merged), the flag guarded the validation to prevent default project, group visibility being restricted, which can break the signup and registration flows. The feature will be productized.

How to set up and validate locally

  1. Log in as admin
  2. Go to /admin/application_settings/general#js-visibility-settings
  3. Select Internal under Default group visibility
  4. Check Internal under Restricted visibility levels
  5. Submit the form

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #433280 (closed)

Edited by Roy Liu

Merge request reports