wefork / wekan

The open-source Trello-like kanban (built with Meteor)
https://wekan.io
MIT License
61 stars 12 forks source link

work around bug that can cause missing profile information #21

Closed dwrensha closed 7 years ago

dwrensha commented 7 years ago

Fixes #15.

dwrensha commented 7 years ago

Gwah, I'm seeing errors when I try to run this in Sandstorm. Please don't merge yet.

dwrensha commented 7 years ago

Unfortunately, this workaround does not work in the following case:

  1. user visits public board while not logged in
  2. user logs in
xet7 commented 7 years ago

@dwrensha

Take your time, good night, I'll look at it and test after night's sleep. Does this affect both standalone and Sandstorm version?

dwrensha commented 7 years ago

Outside of Sandstorm, this PR does not completely fix #15 because it fails to handle the case when a use is logging in while visiting a board. In Sandstorm, this PR makes Wekan totally unusable.