[29143] Use tablestate to access query correctly

https://community.openproject.com/wp/29143
pull/6894/head
Oliver Günther 6 years ago
parent 823cf8dea0
commit e43173f355
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      frontend/src/app/modules/work_packages/routing/wp-list/wp-list.component.ts

@ -61,7 +61,7 @@ export class WorkPackagesListComponent extends WorkPackagesSetComponent implemen
});
// Update the title whenever the query changes
this.states.query.resource.values$().pipe(
this.tableState.query.values$().pipe(
untilComponentDestroyed(this)
).subscribe((query) => {
this.updateTitle(query);

Loading…
Cancel
Save