Loading
Move organization_switching to org_creation release stage
What does this MR do and why?
Moves the organization_switching feature flag to an organization flag. The organization_switching feature flag is a confusing name. At one point it controlled showing the organization switcher and organization creation. Showing the organization switcher has been moved behind the org_switcher release stage so now the organization_switching feature flag only controls organization creation. This is why this MR uses the name org_creation.
How to set up and validate locally
- Go to
/rails/featuresand enable theorg_stage_experimentalfeature flag - You should be see a
New organizationoption in the+button in the top bar - You should be able to create an organization using this form
- Go to
/rails/featuresand disable theorg_stage_experimentalfeature flag - You should no longer be able to create an organization
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Peter Hegman