Actions
Bug #4202
closedAll jQuery validate usages broken
Description
The new jQuery validate plugin does not use metaclasses. It now uses data-rule attributes. Example as follows
data-rule-minlength="6"
Upgrade all usages with a new function to add data rules to the "additional" variable of fields. Also review the add rule and add method usages to ensure are valid usages.
Actions