Actions
Bug #5561
closedPattern validation rule not encoded properly
Description
When using the pattern validation rule it's possible to have characters that the browser will automatically escape/strip. The best way to avoid this is to encode it to URL then decode it in javascript.
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !973
Actions