From 787941857d14fb63d4a292e4452c08d3fec1036d Mon Sep 17 00:00:00 2001 From: Yanonix Date: Thu, 9 Aug 2018 12:23:34 +0300 Subject: Fix showing only the cards of the current board in calendar view --- models/boards.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/boards.js b/models/boards.js index 76a8f704..c51a9865 100644 --- a/models/boards.js +++ b/models/boards.js @@ -372,6 +372,7 @@ Boards.helpers({ cardsInInterval(start, end) { return Cards.find({ + boardId: this._id, $or: [ { startAt: { -- cgit v1.2.3-1-g7c22