Actions
Bug #7880
closedValidation rule JSON encoding double escaping
Description
If add slashes is called on a validation language string with slashes already in the string it double encodes and cancels the encoding. This results in an invalid JSON string which breaks JS when the validation rules are output. The add slashes call is not necessary as we're already encoding to JSON.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1535
Actions