Bug #7624
closedlocation and organization char names are capped to 246 instead of 255
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1123818
Description of problem:
Unable to create loccation names with char limit of 255.
We face PGError, when creating names more than 246 chars.
Version-Release number of selected component (if applicable):
sat6-GA-snap2
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
We have the below 2 issues:
a) Unable to create locations name with 255 chars, currently capped to 246chars.
b) The location name field, should display "cannot create name with more than 255 chars", instead of te PGError.
Expected results:
We need the fix for both the below issues.
a) location name field needs to accept upto 255 chars.
b) Instead of dispaying the PGError, the UI needs to handle it and display "mot more than 255 chars" for more than 255 char limit.
Additional info:
Fixes #7624: validation for location and organization long names instead of an error