Skip to content

Commit b6bc445

Browse files
elpeteCopilot
andauthored
Update models/ValidationManager.cfc
Co-authored-by: Copilot <[email protected]>
1 parent fa59d7d commit b6bc445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/ValidationManager.cfc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ component accessors="true" serialize="false" singleton {
326326
constraints = arrayConstraints.keyExists( "constraints" ) ? arrayConstraints.constraints : arrayConstraints.nestedConstraints
327327
)
328328
);
329+
} else {
330+
arrayAppend( filteredArray, item );
329331
}
330332
}
331333
} else {

0 commit comments

Comments
 (0)