mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
made sure added relationships are shown again, resolved issues with duplicate entries + other bug fixes
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user