mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix showing only the cards of the current board in calendar view
This commit is contained in:
parent
6a2b494713
commit
787941857d
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ Boards.helpers({
|
|||
|
||||
cardsInInterval(start, end) {
|
||||
return Cards.find({
|
||||
boardId: this._id,
|
||||
$or: [
|
||||
{
|
||||
startAt: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue