mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
Move every CardComments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
This commit is contained in:
parent
25989b9736
commit
59ee616304
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ function buildSelector(queryParams) {
|
|||
|
||||
const attachments = Attachments.find({ 'original.name': regex });
|
||||
|
||||
const comments = CardComments.find(
|
||||
const comments = ReactiveCache.getCardComments(
|
||||
{ text: regex },
|
||||
{ fields: { cardId: 1 } },
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue