-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.18.0
-
False
-
sat-endeavour
-
None
-
None
-
None
-
None
Description of problem:
When creating a new organization with a duplicate Name, the UI incorrectly populates the Label field with a UUID instead of enforcing proper validation.
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
- Go to manage organization.
- Click on new organization.
- Enter an existing organization name in the Name field
- click submit
Actual behavior:
- UI shows an error “Name has already been taken”
- The Label field is auto-populated with a UUID.
Expected behavior:
- UI shows an error “Name has already been taken”
- Label is blank and shows error can't be blank, cannot contain characters other than ascii alpha numerals, '', '-'. , and must contain at least 1 character OR The Label field is auto-populated with a_ user-provided label
Business Impact / Additional info:
- Misleading UX: Users see an unexpected UUID in Label, which is not meaningful.
- Reduces usability and may create confusion in automation or reporting relying on meaningful labels.