Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: the injection of the logged in user via Route Resolve does not work correctly #26

Closed
leob opened this issue Oct 24, 2015 · 1 comment

Comments

@leob
Copy link
Owner

leob commented Oct 24, 2015

This is a bug. The currently logged in user is injected into controllers via a "route resolve". However I found out that after logging out and then logging in again the "user" object that's being injected is still the "old" one. The route resolve mechanism doesn't work correctly in this use case.

@leob
Copy link
Owner Author

leob commented Nov 6, 2015

Fixed, not using route resolved anymore.

@leob leob closed this as completed Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant