fix a number of issues with name variants

This commit is contained in:
Art Lowel
2020-04-03 17:28:13 +02:00
parent 62002f94ef
commit f64eff42f4
13 changed files with 116 additions and 62 deletions

View File

@@ -55,6 +55,7 @@ export abstract class FieldParser {
required: JSON.parse( this.configData.mandatory),
submissionId: this.submissionId,
metadataKey,
metadataFields: this.getAllFieldIds(),
groupFactory: () => {
let model;
let isFirstModelInArray = true;