mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Create Board from template now open board
This commit is contained in:
parent
9fa5b59d7c
commit
8280ed2d3e
1 changed files with 4 additions and 0 deletions
|
|
@ -719,6 +719,10 @@ BlazeComponent.extendComponent({
|
|||
(err, data) => {
|
||||
_id = data;
|
||||
subManager.subscribe('board', _id, false);
|
||||
FlowRouter.go('board', {
|
||||
id: _id,
|
||||
slug: getSlug(element.title),
|
||||
});
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue