Browse Source

Fix showing only the cards of the current board in calendar view

Yanonix 6 năm trước cách đây
mục cha
commit
787941857d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

@@ -372,6 +372,7 @@ Boards.helpers({
 
   cardsInInterval(start, end) {
     return Cards.find({
+      boardId: this._id,
       $or: [
         {
           startAt: {