mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 17:04:07 +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) => {
|
(err, data) => {
|
||||||
_id = data;
|
_id = data;
|
||||||
subManager.subscribe('board', _id, false);
|
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