From 20fed264ed33916eb0527572674345b10e4a18a0 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 23 Nov 2023 08:51:59 +0100 Subject: [PATCH] fix: i#4119 redirct project without overview --- .../feature-shell/project-feature-shell-routing.module.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/javascript/apps/taiga/src/app/modules/project/feature-shell/project-feature-shell-routing.module.ts b/javascript/apps/taiga/src/app/modules/project/feature-shell/project-feature-shell-routing.module.ts index f80b89138..f166cbc45 100644 --- a/javascript/apps/taiga/src/app/modules/project/feature-shell/project-feature-shell-routing.module.ts +++ b/javascript/apps/taiga/src/app/modules/project/feature-shell/project-feature-shell-routing.module.ts @@ -31,6 +31,10 @@ const routes: Routes = [ overview: true, }, }, + { + path: ':slug', + redirectTo: ':slug/overview', + }, { path: ':slug/overview', loadChildren: () =>