mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 08:08:49 +01:00
Move every Boards.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
This commit is contained in:
parent
06e374f0ff
commit
2c92524cf4
6 changed files with 15 additions and 13 deletions
|
|
@ -619,7 +619,7 @@ function draggableMembersLabelsWidgets() {
|
|||
const currentBoardId = Tracker.nonreactive(() => {
|
||||
return Session.get('currentBoard');
|
||||
});
|
||||
Boards.findOne(currentBoardId, {
|
||||
ReactiveCache.getBoard(currentBoardId, {
|
||||
fields: {
|
||||
members: 1,
|
||||
labels: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue