summaryrefslogtreecommitdiffstats
path: root/models/users.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-29 18:08:24 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-12-30 19:35:56 +0100
commit15e692a7d27f36d2f5079d4e74232c2dd4fb5e58 (patch)
tree973dbbd662e2b4436531977aab032302832f69dc /models/users.js
parentd6ba734fa9e5b2c4c4bc11c3af1a59a284a15d8b (diff)
downloadwekan-15e692a7d27f36d2f5079d4e74232c2dd4fb5e58.tar.gz
wekan-15e692a7d27f36d2f5079d4e74232c2dd4fb5e58.tar.bz2
wekan-15e692a7d27f36d2f5079d4e74232c2dd4fb5e58.zip
Fix drag and drop on Sandstorm
This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
Diffstat (limited to 'models/users.js')
0 files changed, 0 insertions, 0 deletions