mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 13:50:16 +01:00
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
This commit is contained in:
parent
4d192a0165
commit
81c9bb6899
4 changed files with 13 additions and 12 deletions
|
|
@ -1605,7 +1605,7 @@ Template.cardAssigneesPopup.onCreated(function () {
|
|||
// "teams.teamId": { $in: currBoard.teams.map(t => t.teamId) },
|
||||
// };
|
||||
|
||||
// let boardTeamUsers = Users.find(query, {
|
||||
// let boardTeamUsers = ReactiveCache.getUsers(query, {
|
||||
// sort: { sort: 1 },
|
||||
// });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue