mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Merge branch 'master' into metadata-and-relationships-combined-in-submission
This commit is contained in:
@@ -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: () => {
|
||||
|
Reference in New Issue
Block a user