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