mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Merge pull request #1822 from Yanonix/devel
Fix showing only the cards of the current board in calendar view
This commit is contained in:
commit
66adc397bf
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