You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
I noticed a misbehavior when introductory tutorial is completed : the login material just disappears. Actually, I was expecting it takes into account the new guest user (if not previously logged in) and propose to log in with the many options (Facebook, google, etc.) depending on the project settings.
As far as I understand, the Coffeescript @state cannot capture the new registered guest user after the line request = $.post "/tutorial_complete" in function setTutorialComplete from apps.cjx. I guess a sort of @fetchUser to refresh the state should be ok, but it doesn't work. It may be the processor is away after the post request since users_controller#tutorial_complete asks for rendering a new page ?! Help is welcome to fix this minor issue.
The text was updated successfully, but these errors were encountered:
then the login material behaves the right way (thanks to the guest flag). Note that you have to match the user state (guest: true statement) with the render conditions in the login.cjsx script.
Not totally sure about all the side effects...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed a misbehavior when introductory tutorial is completed : the login material just disappears. Actually, I was expecting it takes into account the new guest user (if not previously logged in) and propose to log in with the many options (Facebook, google, etc.) depending on the project settings.
As far as I understand, the Coffeescript
@state
cannot capture the new registered guest user after the linerequest = $.post "/tutorial_complete"
in functionsetTutorialComplete
fromapps.cjx
. I guess a sort of@fetchUser
to refresh the state should be ok, but it doesn't work. It may be the processor is away after the post request sinceusers_controller#tutorial_complete
asks for rendering a new page ?! Help is welcome to fix this minor issue.The text was updated successfully, but these errors were encountered: