Browse Source

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

Yanonix 6 years ago
parent
commit
787941857d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

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