We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bc445 commit b8888a7Copy full SHA for b8888a7
models/ValidationManager.cfc
@@ -335,7 +335,7 @@ component accessors="true" serialize="false" singleton {
335
}
336
filteredTarget[ key ] = filteredArray;
337
} else if (
338
- constraints[ key ].keyExists( "constraints" ) || constraints[ key ].keyExists( "nestedConstraints" )
+ constraint.keyExists( "constraints" ) || constraint.keyExists( "nestedConstraints" )
339
) {
340
filteredTarget[ key ] = filterTargetForConstraints(
341
target = arguments.target[ key ],
0 commit comments