summaryrefslogtreecommitdiffstats
path: root/sandstorm.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:22:30 +0100
commitf6c01161a02e273b87c9f6cc02d3809b997241ba (patch)
tree77e2199c414070b8663bba4ba24f4167013081a7 /sandstorm.js
parent46bf6ef80376e6fee0fb15e518373bf194ab961d (diff)
downloadwekan-f6c01161a02e273b87c9f6cc02d3809b997241ba.tar.gz
wekan-f6c01161a02e273b87c9f6cc02d3809b997241ba.tar.bz2
wekan-f6c01161a02e273b87c9f6cc02d3809b997241ba.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 'sandstorm.js')
0 files changed, 0 insertions, 0 deletions