浏览代码

Merge pull request #1822 from Yanonix/devel

Fix showing only the cards of the current board in calendar view
Lauri Ojansivu 6 年之前
父节点
当前提交
66adc397bf
共有 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: {