Merge remote-tracking branch 'upstream/main' into w2p-97425_System-wide-alerts

This commit is contained in:
Yana De Pauw
2023-01-24 10:25:58 +01:00
128 changed files with 1393 additions and 1368 deletions

View File

@@ -117,6 +117,8 @@ import { BrowseByTitlePageComponent } from './app/browse-by/browse-by-title-page
import {
ExternalSourceEntryImportModalComponent
} from './app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/external-source-tab/external-source-entry-import-modal/external-source-entry-import-modal.component';
import { ItemVersionsModule } from '../../app/item-page/versions/item-versions.module';
import { ItemSharedModule } from '../../app/item-page/item-shared.module';
import { SystemWideAlertModule } from '../../app/system-wide-alert/system-wide-alert.module';
const DECLARATIONS = [
@@ -194,8 +196,10 @@ const DECLARATIONS = [
CommunityPageModule,
CoreModule,
DragDropModule,
ItemSharedModule,
ItemPageModule,
EditItemPageModule,
ItemVersionsModule,
FormsModule,
HomePageModule,
HttpClientModule,