mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
[DURACOM-191] fix runtime errors for store features
This commit is contained in:
@@ -20,12 +20,13 @@ import { ThemedFullItemPageComponent } from '../item-page/full/themed-full-item-
|
||||
import {
|
||||
AdvancedWorkflowActionPageComponent
|
||||
} from './advanced-workflow-action/advanced-workflow-action-page/advanced-workflow-action-page.component';
|
||||
import { provideSubmission } from '../submission/provide-submission';
|
||||
|
||||
export const ROUTES: Routes = [
|
||||
{
|
||||
path: ':id',
|
||||
resolve: {wfi: WorkflowItemPageResolver},
|
||||
providers: [WorkflowItemPageResolver, ItemFromWorkflowResolver],
|
||||
providers: [WorkflowItemPageResolver, ItemFromWorkflowResolver, provideSubmission()],
|
||||
children: [
|
||||
{
|
||||
canActivate: [AuthenticatedGuard],
|
||||
|
Reference in New Issue
Block a user