Fix query space observers

pull/9922/head
Benjamin Bädorf 3 years ago
parent 2c6e51d24d
commit a511670081
No known key found for this signature in database
GPG Key ID: 069CA2D117AB5CCF
  1. 1
      frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.ts
  2. 2
      frontend/src/app/features/team-planner/team-planner/team-planner.module.ts

@ -72,6 +72,7 @@ export class TeamPlannerComponent extends UntilDestroyedMixin {
}
ngOnInit() {
super.ngOnInit();
this.setupWorkPackagesListener();
this.initializeCalendar();
this.projectIdentifier = this.currentProject.identifier;

@ -18,7 +18,7 @@ import { OPSharedModule } from 'core-app/shared/shared.module';
],
imports: [
OPSharedModule,
// Routes for /backlogs
// Routes for /team_planner
UIRouterModule.forChild({
states: TEAM_PLANNER_ROUTES,
}),

Loading…
Cancel
Save