mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
Handle subscriptions better
* use onReady and onStop callbacks when subscribing * show an server error message when the server returns an error * call stop() on subscriptions
This commit is contained in:
parent
28aebaa06b
commit
58020863a8
6 changed files with 65 additions and 52 deletions
|
|
@ -57,7 +57,7 @@ class DueCardsComponent extends CardSearchPagedComponent {
|
|||
queryParams.users = [Meteor.user().username];
|
||||
}
|
||||
|
||||
this.autorunGlobalSearch(queryParams);
|
||||
this.runGlobalSearch(queryParams);
|
||||
}
|
||||
|
||||
dueCardsView() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue