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

This commit is contained in:
Yanonix 2018-08-09 12:23:34 +03:00
parent 6a2b494713
commit 787941857d

View file

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