@@ -6,7 +6,6 @@ import { ItemReinstateComponent } from './item-reinstate/item-reinstate.componen
66import { ItemPrivateComponent } from './item-private/item-private.component' ;
77import { ItemPublicComponent } from './item-public/item-public.component' ;
88import { ItemDeleteComponent } from './item-delete/item-delete.component' ;
9- import { ItemStatusComponent } from './item-status/item-status.component' ;
109import { ItemBitstreamsComponent } from './item-bitstreams/item-bitstreams.component' ;
1110import { ItemCollectionMapperComponent } from './item-collection-mapper/item-collection-mapper.component' ;
1211import { ItemMoveComponent } from './item-move/item-move.component' ;
@@ -42,6 +41,7 @@ import { ItemPageCollectionMapperGuard } from './item-page-collection-mapper.gua
4241import { ThemedDsoEditMetadataComponent } from '../../dso-shared/dso-edit-metadata/themed-dso-edit-metadata.component' ;
4342import { ItemPageRegisterDoiGuard } from './item-page-register-doi.guard' ;
4443import { ItemCurateComponent } from './item-curate/item-curate.component' ;
44+ import { ThemedItemStatusComponent } from './item-status/themed-item-status.component' ;
4545
4646/**
4747 * Routing module that handles the routing for the Edit Item page administrator functionality
@@ -67,7 +67,7 @@ import { ItemCurateComponent } from './item-curate/item-curate.component';
6767 } ,
6868 {
6969 path : 'status' ,
70- component : ItemStatusComponent ,
70+ component : ThemedItemStatusComponent ,
7171 data : { title : 'item.edit.tabs.status.title' , showBreadcrumbs : true } ,
7272 canActivate : [ ItemPageStatusGuard ]
7373 } ,
0 commit comments