-
Notifications
You must be signed in to change notification settings - Fork 14
Description
What happened?
Description:
When adding or editing a user in Tenant Manager, the Save button is disabled if the required First name field is missing. However, the UI does not indicate that this is the cause, leaving it unclear why the action cannot be completed.
In my tenant, several users existed without a First name, which made it confusing to understand why I couldn’t edit and save them. If I add a First name and then remove it, the field shows a red outline to indicate it’s required but this feedback isn’t shown if the field remains empty.
Steps to Reproduce:
-
Add a new user without filling in the First name field.
-
Attempt to save.
-
Notice that the Save button is disabled without explanation.

Expected Behavior:
The UI should provide a clear indication that the First name field is required, for example through an error message or visual cue. In the Admin UI the Save button is never disabled, and missing field validations are displayed after clicking Save. It may be worth considering whether the Tenant UI should follow the same pattern for consistency.
Version
1.59.0
Affects Versions
No response
Alternatives / Workarounds
No response