Add `New organization` button to navigation
What does this MR do and why?
Related to #419441 (closed)
The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/
This MR adds the New organization
button to the new resource dropdown in the navigation. Further organization related adjustments to this new resource dropdown will be tracked in Adjust items in new resource dropdown to accoun... (#430018)
Screenshots or screen recordings
New navigation
Global | Project context | Group context |
---|---|---|
Old navigation
Global | Project context | Group context |
---|---|---|
How to set up and validate locally
- Open Rails console
bin/rails console
- Enable the feature flag
Feature.enable(:ui_for_organizations)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman