mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
Merge remote-tracking branch 'origin/upgrade-meteor' into upgrade-meteor
This commit is contained in:
commit
1fc3ed407a
24 changed files with 954 additions and 13 deletions
|
|
@ -260,7 +260,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
(err, res) => {
|
||||
if (err) {
|
||||
self.setError(err.error);
|
||||
console.error(err);
|
||||
} else {
|
||||
Session.set('fromBoard', null);
|
||||
subManager.subscribe('board', res, false);
|
||||
|
|
@ -268,7 +268,6 @@ BlazeComponent.extendComponent({
|
|||
id: res,
|
||||
slug: title,
|
||||
});
|
||||
//Utils.goBoardId(res);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue