67611: External-Source-Entry import window

This commit is contained in:
Kristof De Langhe
2019-12-04 17:54:01 +01:00
parent e9a8a25116
commit 0210be1a53
14 changed files with 306 additions and 6 deletions

View File

@@ -175,6 +175,7 @@ import { SidebarFilterSelectedOptionComponent } from './sidebar/filter/sidebar-f
import { MetadataRepresentationListComponent } from '../+item-page/simple/metadata-representation-list/metadata-representation-list.component';
import { SelectableListItemControlComponent } from './object-collection/shared/selectable-list-item-control/selectable-list-item-control.component';
import { DsDynamicLookupRelationExternalSourceTabComponent } from './form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/dynamic-lookup-relation-external-source-tab.component';
import { ExternalSourceEntryImportModalComponent } from './form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/external-source-entry-import-modal/external-source-entry-import-modal.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -331,7 +332,8 @@ const COMPONENTS = [
ItemSelectComponent,
CollectionSelectComponent,
MetadataRepresentationLoaderComponent,
SelectableListItemControlComponent
SelectableListItemControlComponent,
ExternalSourceEntryImportModalComponent
];
const ENTRY_COMPONENTS = [
@@ -393,7 +395,8 @@ const ENTRY_COMPONENTS = [
SearchAuthorityFilterComponent,
DsDynamicLookupRelationSearchTabComponent,
DsDynamicLookupRelationSelectionTabComponent,
DsDynamicLookupRelationExternalSourceTabComponent
DsDynamicLookupRelationExternalSourceTabComponent,
ExternalSourceEntryImportModalComponent
];
const SHARED_ITEM_PAGE_COMPONENTS = [