This commit is contained in:
2021-02-22 21:24:02 +00:00
parent 3117191950
commit 3f94db609e
2 changed files with 12 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ function getErrorsForField(vm, ref) {
//so we need to normalize them all to lower case to match
//they will always differ by more than case so this is fine
//NOTE: Indexed child collection error target field names are in this scheme "Items[2].FieldName"
//where Items is the name of the parent models property that contains the child collection
return o.target.toLowerCase() == ref.toLowerCase();
});
}