I recently upgraded from v4.10.1 to v4.12.2, and after the upgrade I noticed that the Organization Settings button is no longer visible in the UI when only a single organization exists. The page is still accessible via the keyboard shortcut though.
As a workaround, I created a second organization, and after doing so the button appeared again.
Steps to reproduce: - Create a zitadel instance with only one organization - Login as IAM Owner - Try to locate the organization settings in the navbar
While looking through the frontend code, I noticed that the condition in
nav.component.html
nav.component.html
appears to check for
> 1
> 1
organizations. This made me wonder wether this behaviour might be related to that condition.
Is this a known problem, or could it be caused by some configuration error on my side?