This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user