Merge branch 'wekan:master' into master

This commit is contained in:
TheExo 2022-04-07 12:02:46 +02:00 committed by GitHub
commit 12c9317e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 95 additions and 58 deletions

View file

@ -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);