Actually fix filters

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

@ -92,6 +92,7 @@ export class TeamPlannerPageComponent extends WorkPackagesViewBase implements On
ngOnInit():void {
void this.refresh(true, true);
super.ngOnInit();
}
protected set loadingIndicator(promise:Promise<unknown>) {

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

Loading…
Cancel
Save