71806: Use server config for curation tasks

This commit is contained in:
Yana De Pauw
2020-07-30 14:31:59 +02:00
parent 3e8ff05d2d
commit 76ad72f536
13 changed files with 260 additions and 51 deletions

View File

@@ -196,18 +196,4 @@ export const environment: Partial<GlobalConfig> = {
theme: {
name: 'default',
},
curationTasks: [
{
name: 'profileformats',
label: 'curation-task.task.profileformats.label'
},
{
name: 'requiredmetadata',
label: 'curation-task.task.requiredmetadata.label'
},
{
name: 'checklinks',
label: 'curation-task.task.checklinks.label'
}
]
};