Automatically star new boards created with the header shortcut

This commit is contained in:
Maxime Quandalle 2015-06-02 00:32:23 +02:00
parent 46cc691534
commit 270236363a

View file

@ -134,6 +134,9 @@ BlazeComponent.extendComponent({
});
Utils.goBoardId(boardId);
// Immediately star boards crated with the headerbar popup.
Meteor.user().toggleBoardStar(boardId);
},
events: function() {