mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
parent
db180fa43e
commit
67687110bb
3 changed files with 3 additions and 0 deletions
|
@ -241,6 +241,7 @@ BlazeComponent.extendComponent({
|
|||
this.setError(err.error);
|
||||
} else {
|
||||
Session.set('fromBoard', null);
|
||||
subManager.subscribe('board', res, false);
|
||||
Utils.goBoardId(res);
|
||||
}
|
||||
},
|
||||
|
|
|
@ -714,6 +714,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
(err, data) => {
|
||||
_id = data;
|
||||
subManager.subscribe('board', _id, false);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
@ -623,6 +623,7 @@ Boards.helpers({
|
|||
rule.triggerId = triggersMap[rule.triggerId];
|
||||
Rules.insert(rule);
|
||||
});
|
||||
return _id;
|
||||
},
|
||||
/**
|
||||
* Return a unique title based on the current title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue