mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01:00
Fix bug in Due Cards introduced by last bug fix
This commit is contained in:
parent
392b701956
commit
73fb62e941
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class DueCardsComponent extends CardSearchPagedComponent {
|
||||||
queryParams.addPredicate(OPERATOR_USER, Meteor.user().username);
|
queryParams.addPredicate(OPERATOR_USER, Meteor.user().username);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.runGlobalSearch(queryParams.getParams());
|
this.runGlobalSearch(queryParams.getQueryParams());
|
||||||
}
|
}
|
||||||
|
|
||||||
dueCardsView() {
|
dueCardsView() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue