From 49d7fef0e0fa933fb15f9d799cb89eb9d79f8e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 28 Feb 2020 14:45:26 +0100 Subject: [PATCH] Fix inheriated body class being removed --- .../app/modules/work_packages/routing/work-packages-routes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/app/modules/work_packages/routing/work-packages-routes.ts b/frontend/src/app/modules/work_packages/routing/work-packages-routes.ts index 6a80393f13..5e39ae5796 100644 --- a/frontend/src/app/modules/work_packages/routing/work-packages-routes.ts +++ b/frontend/src/app/modules/work_packages/routing/work-packages-routes.ts @@ -135,6 +135,10 @@ export const WORK_PACKAGES_ROUTES:Ng2StateDeclaration[] = [ name: 'work-packages.partitioned', component: WorkPackageViewPageComponent, url: '', + data: { + // This has to be empty to avoid inheriting the parent bodyClasses + bodyClasses: '' + } }, { name: 'work-packages.partitioned.list',