Actions
Bug #6390
closedForbidden word jQuery validation not ignoring empty string
Description
When sending a forbidden word of "" it breaks the jQuery validation and causes any input to always be invalid. This should be fixed in 2 locations. First it shouldn't send that with the json string at all and second the jQuery validation should ignore such strings.
Actions