intermediate commit

This commit is contained in:
Art Lowel
2019-12-09 18:32:58 +01:00
parent a5047f2f76
commit 9804161ff1
5 changed files with 147 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ export abstract class FieldParser {
initialCount: this.getInitArrayIndex() + 1,
notRepeatable: !this.configData.repeatable || hasValue(this.configData.selectableRelationship),
required: isNotEmpty(this.configData.mandatory),
submissionId: this.submissionId,
groupFactory: () => {
let model;
let isFirstModelInArray = true;