mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
[CST-3088] Replace use of AuthorityService with new VocabularyService
This commit is contained in:
@@ -1254,7 +1254,7 @@ export const mockUploadConfigResponse = {
|
||||
{
|
||||
metadata: 'dc.title',
|
||||
label: null,
|
||||
authority: null,
|
||||
controlledVocabulary: null,
|
||||
closed: null
|
||||
}
|
||||
],
|
||||
@@ -1276,7 +1276,7 @@ export const mockUploadConfigResponse = {
|
||||
{
|
||||
metadata: 'dc.description',
|
||||
label: null,
|
||||
authority: null,
|
||||
controlledVocabulary: null,
|
||||
closed: null
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user