Selaa lähdekoodia

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

Yanonix 6 vuotta sitten
vanhempi
sitoutus
787941857d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: {