mirror of https://github.com/wekan/wekan
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
reviewable/pr463/r1
parent
46bf6ef803
commit
f6c01161a0
Loading…
Reference in new issue