diff --git a/apps/red-ui/src/app/guards/dossier-template-exists.guard.ts b/apps/red-ui/src/app/guards/dossier-template-exists.guard.ts index 80c51b671..5fe3dd893 100644 --- a/apps/red-ui/src/app/guards/dossier-template-exists.guard.ts +++ b/apps/red-ui/src/app/guards/dossier-template-exists.guard.ts @@ -34,7 +34,7 @@ export function templateExistsWhenEnteringDossierList(): CanActivateFn { await firstValueFrom(dossierTemplatesService.loadAll()); const dossierTemplateStats = dashboardStatsService.find(dossierTemplateId); if (!dossierTemplateStats || dossierTemplateStats.isEmpty) { - logger.warn('[ROUTES] Dossier template not found, redirecting to main'); + logger.warn(`[ROUTES] Dossier template ${dossierTemplateId} not found, redirecting to main`); await router.navigate([tenantsService.activeTenantId, 'main']); return false; } diff --git a/libs/common-ui b/libs/common-ui index 14f4f0089..a9d6e5e72 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 14f4f0089850700284ba7f44a5fe80639f3cd68f +Subproject commit a9d6e5e7286b7655140a3ed19c9f0b9c5464b0ae