fix: move organization links out of admin menu - #26731
Conversation
|
Hi @ametel01, can you please fix the failing CI checks? |
…s-organizations-nav # Conflicts: # site/src/modules/dashboard/Navbar/UserDropdown/UserDropdownContent.test.tsx
|
@matifali fixed the actionable CI issues:
The remaining |
|
@matifali updated this so regular non-owner members do not see the Admin settings dropdown at all. Desktop regular member view, including a user with admin-surface permissions but no site role: Organizations remains available from the user/account menu for users who can view orgs. Organization managers/admins still see Organizations under Admin settings. |
matifali
left a comment
There was a problem hiding this comment.
Thanks for the contributio. It looks good to me. I have asked internally for code reveiw too.
|
Hi — just checking whether there’s anything else you need from me on this one. I saw the approval and the note about internal code review, so I’m happy to wait; I just wanted to make sure there isn’t a small follow-up or branch update I should handle from my side. |
|
@zenithwolf1000 can we get a review on this? Thanks |


Non-admin organization members can now reach Organizations from account/user settings instead of the Admin settings menu. Users with organization management permission still see Organizations under Admin settings.
Fixes #26695
AI assistance: Implemented with Codex and manually reviewed.
Visual coverage was added through Storybook states for
NavbarView/ForOrganizationMember,MobileMenu/OrganizationMember, andUserDropdown/WithOrganizations.