97075: Edit metadata redesign

This commit is contained in:
Kristof De Langhe
2022-11-29 18:02:13 +01:00
parent e4f483c308
commit 92f94c39b2
11 changed files with 548 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ import { ItemPageBitstreamsGuard } from './item-page-bitstreams.guard';
import { ItemPageRelationshipsGuard } from './item-page-relationships.guard';
import { ItemPageVersionHistoryGuard } from './item-page-version-history.guard';
import { ItemPageCollectionMapperGuard } from './item-page-collection-mapper.guard';
import { DsoEditMetadataComponent } from '../../dso-shared/dso-edit-metadata/dso-edit-metadata.component';
/**
* Routing module that handles the routing for the Edit Item page administrator functionality
@@ -75,7 +76,7 @@ import { ItemPageCollectionMapperGuard } from './item-page-collection-mapper.gua
},
{
path: 'metadata',
component: ItemMetadataComponent,
component: DsoEditMetadataComponent,
data: { title: 'item.edit.tabs.metadata.title', showBreadcrumbs: true },
canActivate: [ItemPageMetadataGuard]
},