Browse Source

Automatically star new boards created with the header shortcut

Maxime Quandalle 10 years ago
parent
commit
270236363a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      client/components/boards/boardHeader.js

+ 3 - 0
client/components/boards/boardHeader.js

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