Merge pull request #1822 from Yanonix/devel

Fix showing only the cards of the current board in calendar view
This commit is contained in:
Lauri Ojansivu 2018-08-09 13:21:26 +03:00 committed by GitHub
commit 66adc397bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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