mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
ReactiveMiniMongoIndex, added getChecklistsWithCardId
This commit is contained in:
parent
40a5422e75
commit
f80ecded0a
2 changed files with 23 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ Cards.helpers({
|
|||
},
|
||||
|
||||
checklists() {
|
||||
const ret = ReactiveCache.getChecklists({ cardId: this.getRealId() }, { sort: { sort: 1 } });
|
||||
const ret = ReactiveMiniMongoIndex.getChecklistsWithCardId(this.getRealId(), {}, { sort: { sort: 1 } });
|
||||
return ret;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue