Explorar o código

Merge pull request #1822 from Yanonix/devel

Fix showing only the cards of the current board in calendar view
Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
66adc397bf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: {