mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Add check for config properties provided by server
This commit is contained in:
@@ -57,8 +57,10 @@ describe('CurationFormComponent', () => {
|
||||
name: 'plugin.named.org.dspace.curate.CurationTask',
|
||||
values: [
|
||||
'org.dspace.ctask.general.ProfileFormats = profileformats',
|
||||
'',
|
||||
'org.dspace.ctask.general.RequiredMetadata = requiredmetadata',
|
||||
'org.dspace.ctask.general.MetadataValueLinkChecker = checklinks'
|
||||
'org.dspace.ctask.general.MetadataValueLinkChecker = checklinks',
|
||||
'value-to-be-skipped'
|
||||
]
|
||||
}))
|
||||
});
|
||||
|
Reference in New Issue
Block a user