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

[Pyro 3 Beta 2] navigation links aren't being hidden when the roles say they should be #3591

Closed
edster opened this issue Jan 8, 2016 · 1 comment

Comments

@edster
Copy link
Contributor

edster commented Jan 8, 2016

If you navigate to a page where you must be logged in, (my example is gate_codes) I get the url /login with NotFoundHttpException in RouteCollection.php line 161:
If you are logged in and go to a protected page /about-byc/gate-codes and logout I get /about-byc/logout with the same error as above
If I'm on the home page and logout, it works fine (same link)
Link rendered with <a href="{{ logout_path() }}">(edited)

Pages that are marked to be hidden for those not logged in etc are not being hidden from the navigation as well.

@RyanThompson
Copy link
Member

This has been fixed

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

2 participants