mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[CST-11178][CST-11179] page to select the target item for "relation" correction suggestion
This commit is contained in:
@@ -238,6 +238,11 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
|
||||
canActivate: [AuthenticatedGuard]
|
||||
},
|
||||
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent },
|
||||
{
|
||||
path: 'items',
|
||||
loadChildren: () => import('./shared/correction-suggestion/correction-suggestion.module')
|
||||
.then((m) => m.CorrectionSuggestionModule)
|
||||
},
|
||||
]
|
||||
}
|
||||
], {
|
||||
|
Reference in New Issue
Block a user