You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when the option "onlyOnce" is set to false, the behavior adds the validation rule to each field of a group.
This leads to multiple calls of multColumnUniqueness, which means the same data base query is done multiple times.
Optimally this should be prevented by validating once but setting the error message to each unique field in the valiation error array.
The text was updated successfully, but these errors were encountered:
Currently when the option "onlyOnce" is set to false, the behavior adds the validation rule to each field of a group.
This leads to multiple calls of multColumnUniqueness, which means the same data base query is done multiple times.
Optimally this should be prevented by validating once but setting the error message to each unique field in the valiation error array.
The text was updated successfully, but these errors were encountered: