Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(organizations): hide organization fields from settings for mmo o…
…rganizations - TASK-978 (#5280) ### 📣 Summary Organization fields are not displayed anymore in setting screens for MMOs. ### 👀 Preview steps Feature/no-change template: 1. ℹ️ have account 2. Go to "settings" view at `/#/account/settings` 3. Use the feature flag `?ff_mmoEnabled=true` 4. Set the organization as MMO 5. 🟢 Fields should not be displayed 6. Set the feature flag to false as in `?ff_mmoEnabled=false` 7. 🟢 Fields should be displayed again ### 💭 Notes The 'organization', 'organization_type' and 'organization_website' are now being hidden when the current organization has the `is_mmo` flag.
- Loading branch information