Merge pull request #799 from atmire/w2p-71806_Curation-tasks-UI

Curation Task Admin UI
This commit is contained in:
Tim Donohue
2020-07-31 14:14:25 -05:00
committed by GitHub
25 changed files with 830 additions and 10 deletions

View File

@@ -208,6 +208,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
@@ -472,6 +473,7 @@ const ENTRY_COMPONENTS = [
ClaimedTaskActionsReturnToPoolComponent,
ClaimedTaskActionsEditMetadataComponent,
FileDownloadLinkComponent,
CurationFormComponent,
];
const SHARED_ITEM_PAGE_COMPONENTS = [
@@ -529,7 +531,8 @@ const DIRECTIVES = [
...PIPES,
...COMPONENTS,
...SHARED_ITEM_PAGE_COMPONENTS,
...DIRECTIVES
...DIRECTIVES,
CurationFormComponent
],
entryComponents: [
...ENTRY_COMPONENTS