@ -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,
}),