We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffd268 commit ce2d6d7Copy full SHA for ce2d6d7
1 file changed
Resources/public/js/FpJsFormValidator.js
@@ -227,7 +227,7 @@ function FpJsCustomizeMethods() {
227
? 'validateRecursively'
228
: 'validate';
229
230
- var validateUnique = (!opts || false !== opts['findUniqueContsraint']);
+ var validateUnique = (!opts || false !== opts['findUniqueConstraint']);
231
if (validateUnique && item.jsFormValidator.parent) {
232
var data = item.jsFormValidator.parent.data;
233
if (data['entity'] && data['entity']['constraints']) {
@@ -998,4 +998,4 @@ var FpJsFormValidator = new function () {
998
999
return length;
1000
};
1001
-}();
+}();
0 commit comments