Actions
Bug #13378
closedTwo error messages for too long name on location or organization creation
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1246119
Description of problem:
Probably we have defect in validation system for location and organization entities
Version-Release number of selected component (if applicable):
Beta
How reproducible:
Always
Steps to Reproduce:
1. Go to Organization or Location list
2. Push 'New Organization' or 'New Location' button
3. Input too long name (more than 256 symbols) for name field
4. Push 'Submit' button
Actual results:
'is too long (maximum is 246 characters) and is too long (maximum is 255 characters)' message is displayed
Expected results:
'is too long (maximum is 255 characters)' message is displayed
Additional info:
Actions