97742: Removing old item-metadata component & adding support for itemtemplate dso-edit-metadata

This commit is contained in:
Kristof De Langhe
2023-01-04 11:55:37 +01:00
parent 533d833225
commit c4de31ec4d
16 changed files with 114 additions and 1329 deletions

View File

@@ -15,6 +15,7 @@ import { StatisticsModule } from '../statistics/statistics.module';
import { CollectionFormModule } from './collection-form/collection-form.module';
import { ThemedCollectionPageComponent } from './themed-collection-page.component';
import { ComcolModule } from '../shared/comcol/comcol.module';
import { DsoSharedModule } from '../dso-shared/dso-shared.module';
@NgModule({
imports: [
@@ -24,7 +25,8 @@ import { ComcolModule } from '../shared/comcol/comcol.module';
StatisticsModule.forRoot(),
EditItemPageModule,
CollectionFormModule,
ComcolModule
ComcolModule,
DsoSharedModule,
],
declarations: [
CollectionPageComponent,