mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 15:42: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
|
|
@ -431,7 +431,7 @@ class GlobalSearchComponent extends CardSearchPagedComponent {
|
|||
return;
|
||||
}
|
||||
|
||||
this.autorunGlobalSearch(params);
|
||||
this.runGlobalSearch(params);
|
||||
}
|
||||
|
||||
searchInstructions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue