made sure added relationships are shown again, resolved issues with duplicate entries + other bug fixes

This commit is contained in:
lotte
2020-01-09 16:23:32 +01:00
parent 3e9eb9eedc
commit 23d4b16243
18 changed files with 155 additions and 83 deletions

View File

@@ -51,7 +51,7 @@ export abstract class FieldParser {
label: this.configData.label,
initialCount: this.getInitArrayIndex(),
notRepeatable: !this.configData.repeatable,
hasRelationship: isNotEmpty(this.configData.selectableRelationship),
relationshipConfig: this.configData.selectableRelationship,
required: isNotEmpty(this.configData.mandatory),
submissionId: this.submissionId,
metadataKey,