mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
fix a number of issues with name variants
This commit is contained in:
@@ -268,7 +268,8 @@ describe('FormBuilderService test suite', () => {
|
||||
];
|
||||
},
|
||||
required: false,
|
||||
metadataKey: 'dc.contributor.author'
|
||||
metadataKey: 'dc.contributor.author',
|
||||
metadataFields: ['dc.contributor.author']
|
||||
},
|
||||
),
|
||||
];
|
||||
|
Reference in New Issue
Block a user