Browse Source

Automatically star new boards created with the header shortcut

Maxime Quandalle 10 năm trước cách đây
mục cha
commit
270236363a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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() {