-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: common 0.11
-
Fix Version/s: common 0.11
-
Labels:
Need to change hardcoded entity fields validation values to be declared in constants
for example
This @Length(max = 256, message = COMPONENT_DESCRIPTION_ILLEGAL_LENGTH)
to @Length(max = MAX_LENGTH_SIZE, message = COMPONENT_DESCRIPTION_ILLEGAL_LENGTH)