mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
[DURACOM-191] change routing for workflowitems-edit-page
This commit is contained in:
@@ -186,8 +186,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
|
||||
},
|
||||
{
|
||||
path: WORKFLOW_ITEM_MODULE_PATH,
|
||||
loadChildren: () => import('./workflowitems-edit-page/workflowitems-edit-page.routes')
|
||||
.then((m) => m.workflowItemsEditPageRoutes),
|
||||
loadChildren: () => import('./workflowitems-edit-page/workflowitems-edit-page-routes')
|
||||
.then((m) => m.ROUTES),
|
||||
canActivate: [EndUserAgreementCurrentUserGuard]
|
||||
},
|
||||
{
|
||||
|
@@ -21,7 +21,7 @@ import {
|
||||
AdvancedWorkflowActionPageComponent
|
||||
} from './advanced-workflow-action/advanced-workflow-action-page/advanced-workflow-action-page.component';
|
||||
|
||||
export const workflowItemsEditPageRoutes: Routes = [
|
||||
export const ROUTES: Routes = [
|
||||
{
|
||||
path: ':id',
|
||||
resolve: {wfi: WorkflowItemPageResolver},
|
Reference in New Issue
Block a user