mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Move every CardCommentReactions.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory server/)
This commit is contained in:
parent
e53b63541e
commit
36db6c6e2d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
this.cursor(ReactiveCache.getLists({ boardId, archived: isArchived }, {}, true));
|
||||
this.cursor(ReactiveCache.getSwimlanes({ boardId, archived: isArchived }, {}, true));
|
||||
this.cursor(ReactiveCache.getIntegrations({ boardId }, {}, true));
|
||||
this.cursor(CardCommentReactions.find({ boardId }));
|
||||
this.cursor(ReactiveCache.getCardCommentReactions({ boardId }, {}, true));
|
||||
this.cursor(
|
||||
ReactiveCache.getCustomFields(
|
||||
{ boardIds: { $in: [boardId] } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue