2
0
Эх сурвалжийг харах

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

Yanonix 6 жил өмнө
parent
commit
787941857d
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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: {