Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
metatype-1.0.4
-
None
Description
The AD.validate method validates an attribute value against the requirement, min, and max values. For String typed attributes this means the length of the string must be within the configured range. Currently the string is compared against the min and max values using String.compare which makes little to no sense.