Actions
Feature proposal #6097
closedFields validation by PERL regexp: Improve error dislpay by surrounding regexp validations with try-catch to avoid fatal eror
Description
Displaying an error "Invalid field because validation has error" and highlighting the field that errors would help finding such configuration errors like here:
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon almost 8 years ago
- Status changed from New to Resolved
- Assignee set to krileon
- % Done changed from 0 to 100
Implemented in MR !1199
New validation rule "ispattern" will check if a string is valid regexp.
Actions