1
0

71806: Curation tasks UI

This commit is contained in:
Yana De Pauw
2020-07-16 11:42:11 +02:00
parent 9d3f58770a
commit 2162153ae9
22 changed files with 620 additions and 9 deletions

View File

@@ -207,6 +207,7 @@ import { GroupSearchBoxComponent } from './resource-policies/form/eperson-group-
import { FileDownloadLinkComponent } from './file-download-link/file-download-link.component';
import { CollectionDropdownComponent } from './collection-dropdown/collection-dropdown.component';
import { DsSelectComponent } from './ds-select/ds-select.component';
import { CurationFormComponent } from '../curation-form/curation-form.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -469,6 +470,7 @@ const ENTRY_COMPONENTS = [
ClaimedTaskActionsReturnToPoolComponent,
ClaimedTaskActionsEditMetadataComponent,
FileDownloadLinkComponent,
CurationFormComponent,
];
const SHARED_ITEM_PAGE_COMPONENTS = [
@@ -526,7 +528,8 @@ const DIRECTIVES = [
...PIPES,
...COMPONENTS,
...SHARED_ITEM_PAGE_COMPONENTS,
...DIRECTIVES
...DIRECTIVES,
CurationFormComponent
],
entryComponents: [
...ENTRY_COMPONENTS