RED-6472: Fixed archived dossiers not always loaded in search screen.
This commit is contained in:
parent
5a07bd4279
commit
7580efb934
@ -162,7 +162,7 @@ const routes: IqserRoutes = [
|
||||
loadChildren: () => import('./modules/search/search.module').then(m => m.SearchModule),
|
||||
canActivate: [CompositeRouteGuard, IqserPermissionsGuard],
|
||||
data: {
|
||||
routeGuards: [IqserAuthGuard, RedRoleGuard],
|
||||
routeGuards: [IqserAuthGuard, RedRoleGuard, DossiersGuard],
|
||||
permissions: {
|
||||
allow: [ROLES.search],
|
||||
redirectTo: '/auth-error',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user