Merge branch 'master' into metadata-and-relationships-combined-in-submission

This commit is contained in:
Art Lowel
2020-04-01 14:06:06 +02:00
283 changed files with 11336 additions and 3579 deletions

View File

@@ -52,7 +52,7 @@ export abstract class FieldParser {
initialCount: this.getInitArrayIndex(),
notRepeatable: !this.configData.repeatable,
relationshipConfig: this.configData.selectableRelationship,
required: isNotEmpty(this.configData.mandatory),
required: JSON.parse( this.configData.mandatory),
submissionId: this.submissionId,
metadataKey,
groupFactory: () => {