Closed mschout closed 5 years ago
Thank you for providing a test scenario. Will take a look!
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!
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.