Răsfoiți Sursa

Automatically star new boards created with the header shortcut

Maxime Quandalle 10 ani în urmă
părinte
comite
270236363a
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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() {