1
0

83635: Grant/Deny item requests

This commit is contained in:
Kristof De Langhe
2021-10-05 14:55:34 +02:00
committed by Art Lowel
parent 11bf10cbde
commit 120b9f5ce9
15 changed files with 364 additions and 22 deletions

View File

@@ -183,6 +183,7 @@ import { GroupAdministratorGuard } from './core/data/feature-authorization/featu
{
path: REQUEST_COPY_MODULE_PATH,
loadChildren: () => import('./request-copy/request-copy.module').then((m) => m.RequestCopyModule),
canActivate: [AuthenticatedGuard, EndUserAgreementCurrentUserGuard]
},
{
path: FORBIDDEN_PATH,