Actions
Bug #7470
closedcbremote validation rule does not function with select, checkbox, or radio inputs
Description
Any field that would validate exclusively on the change event will not work with the cbremote validation rule. This makes it difficult for ajax endpoints like query or code validation to function reliably without significant workarounds. The validation rule should be improved to better handle these scenarios.
Updated by krileon over 5 years ago
The cbremote validation rule in the case of checkbox and radios needs to properly grab all checked values instead of sending the value of the just than selected value.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1459
Actions