RED-4902 - Not always possible to open files in archived dossiers
This commit is contained in:
parent
87a8f1afec
commit
00e9a4c254
@ -119,7 +119,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: `${ARCHIVE_ROUTE}`,
|
||||
loadChildren: () => import('./modules/archive/archive.module').then(m => m.ArchiveModule),
|
||||
canActivate: [CompositeRouteGuard],
|
||||
canActivate: [CompositeRouteGuard, WebViewerLoadedGuard],
|
||||
data: {
|
||||
routeGuards: [FeaturesGuard, DossiersGuard],
|
||||
dossiersService: ARCHIVED_DOSSIERS_SERVICE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user