|
|
|
@ -140,9 +140,9 @@ export class WorkPackageCardViewComponent extends UntilDestroyedMixin implements |
|
|
|
|
return !!events.find(event => wpIds.indexOf(event.id) !== -1); |
|
|
|
|
}) |
|
|
|
|
).subscribe(() => { |
|
|
|
|
this.workPackages = this.wpViewOrder.orderedWorkPackages(); |
|
|
|
|
this.cdRef.detectChanges(); |
|
|
|
|
}); |
|
|
|
|
this.workPackages = this.workPackages.map(wp => this.states.workPackages.get(wp.id!).getValueOr(wp)); |
|
|
|
|
this.cdRef.detectChanges(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.querySpace.results |
|
|
|
|
.values$() |
|
|
|
|