-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
6.18.0
-
False
-
sat-endeavour
-
None
-
None
-
None
-
None
Description of problem:
The Label field is marked as required during organization creation, but the form can still be submitted without providing a value. This causes inconsistency between field validation and behavior.
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Go to manage organization
2. Enter organization name and keep label as blank
3. submit the form
Actual behavior:
- Message pops-up `Successfully created test.`
- Page is re-directed to edit the newly created organization.
Expected behavior:
- label text field Auto-completes when user types text in name text field.
- Cannot be submitted while label field is blank.
Business Impact / Additional info:
- May confuse users since Label is shown as required but auto-populated after creation.
- Could result in unexpected behavior in workflows or automation relying on unique Label values.