mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
change Meteor.user() to ReactiveCache.getCurrentUser()
- see also: https://github.com/wekan/wekan/issues/5000
This commit is contained in:
parent
4801e26b2f
commit
bff96f6ae2
6 changed files with 10 additions and 10 deletions
|
|
@ -362,7 +362,7 @@ BlazeComponent.extendComponent({
|
|||
listWidthValue() {
|
||||
const list = Template.currentData();
|
||||
const board = list.boardId;
|
||||
return Meteor.user().getListWidth(board, list._id);
|
||||
return ReactiveCache.getCurrentUser().getListWidth(board, list._id);
|
||||
},
|
||||
|
||||
events() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue