mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01: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) {
|
cardsInInterval(start, end) {
|
||||||
return Cards.find({
|
return Cards.find({
|
||||||
|
boardId: this._id,
|
||||||
$or: [
|
$or: [
|
||||||
{
|
{
|
||||||
startAt: {
|
startAt: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue