-
Notifications
You must be signed in to change notification settings - Fork 31
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
Nested route_param loses params from parent route_param #77
Comments
Thank you for providing a test scenario. Will take a look! |
khrt
pushed a commit
that referenced
this issue
Sep 14, 2019
khrt
pushed a commit
that referenced
this issue
Sep 14, 2019
khrt
pushed a commit
that referenced
this issue
Sep 14, 2019
This must be fixed, but would be nice if you can verify that. |
Thanks @khrt I will git it a spin today and let you know. |
Working perfectly with v0.87, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ran into this problem today. Seems that using
route_param
inside anotherroute_param
loses the params for the parentroute_param
.Here is a test case demonstrating the problem:
What actually ends up in
%params
is only thesub_id
param. Theid
param is lost.The text was updated successfully, but these errors were encountered: