mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04: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);
|
||||
|
||||
// Immediately star boards crated with the headerbar popup.
|
||||
Meteor.user().toggleBoardStar(boardId);
|
||||
},
|
||||
|
||||
events: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue