Actions
Bug #5697
closedInteger fields validation failing on non-required with minimum
Description
When an integer field is not required, but has a minimum value set the 0 value forced causes a validation error because it fails the minimum value JS validation check. The JS validation check when running this.optional needs to account for 0 being empty in the case where digit or integer validation rule is supplied.
Updated by krileon almost 9 years ago
When min and max are both preset it should also use the range validation rule instead of separate min and max validation rules.
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1010
Actions