瀏覽代碼

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

Yanonix 6 年之前
父節點
當前提交
787941857d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: {