We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Crumbs are never current when rendered on a response to e.g. an HTTP Post.
Render the same crumbs in response to HTTP POST and GET request.
On GET, some crumbs can be current, and others not. On POST, crumbs are never current.
Respect the behaviour configured using :match.
This line here might be reasonably blunt: https://github.com/piotrmurach/loaf/blob/v0.10.0/lib/loaf/view_extensions.rb#L69
Reckons? Thanks!
The text was updated successfully, but these errors were encountered:
Hi Benjamin,
Thanks for using loaf and reporting this issue.
loaf
This is considered in a pull request - #50
If you have any comments/thoughts let us know.
Sorry, something went wrong.
piotrmurach
Successfully merging a pull request may close this issue.
Describe the problem
Crumbs are never current when rendered on a response to e.g. an HTTP Post.
Steps to reproduce the problem
Render the same crumbs in response to HTTP POST and GET request.
Actual behaviour
On GET, some crumbs can be current, and others not.
On POST, crumbs are never current.
Expected behaviour
Respect the behaviour configured using :match.
Describe your environment
This line here might be reasonably blunt:
https://github.com/piotrmurach/loaf/blob/v0.10.0/lib/loaf/view_extensions.rb#L69
Reckons? Thanks!
The text was updated successfully, but these errors were encountered: