mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 20:28:48 +01:00
parent
5744aac7bf
commit
e7a11c5733
2 changed files with 4 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
(err, res) => {
|
||||
if (err) {
|
||||
this.setError(err.error);
|
||||
self.setError(err.error);
|
||||
} else {
|
||||
Session.set('fromBoard', null);
|
||||
subManager.subscribe('board', res, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue