Merge pull request #636 from atmire/scripts-processes

Scripts & processes admin UI
This commit is contained in:
Tim Donohue
2020-07-02 09:46:50 -05:00
committed by GitHub
90 changed files with 3136 additions and 41 deletions

View File

@@ -114,6 +114,7 @@ export function getDSOPath(dso: DSpaceObject): string {
path: PROFILE_MODULE_PATH,
loadChildren: './profile-page/profile-page.module#ProfilePageModule', canActivate: [AuthenticatedGuard]
},
{ path: 'processes', loadChildren: './process-page/process-page.module#ProcessPageModule', canActivate: [AuthenticatedGuard] },
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
],
{