mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Automatically star new boards created with the header shortcut
This commit is contained in:
parent
46cc691534
commit
270236363a
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ BlazeComponent.extendComponent({
|
||||||
});
|
});
|
||||||
|
|
||||||
Utils.goBoardId(boardId);
|
Utils.goBoardId(boardId);
|
||||||
|
|
||||||
|
// Immediately star boards crated with the headerbar popup.
|
||||||
|
Meteor.user().toggleBoardStar(boardId);
|
||||||
},
|
},
|
||||||
|
|
||||||
events: function() {
|
events: function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue