Fix inheriated body class being removed

pull/8082/head
Oliver Günther 5 years ago
parent e62f6c6e83
commit 49d7fef0e0
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      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',

Loading…
Cancel
Save