You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I visit /admin/mycontroller/index, I see in my console that compound is trying to access both:
Params: {"controller":"mycontroller","action":"index"} // this is correct
Params: {"controller":"admin","action":"mycontroller","id":"index"}
But I was expecting only the first to be routed. Is this a bug? Yes, both routes are valid, but only one is supposed to be executed, not every matching route.
The text was updated successfully, but these errors were encountered:
I have the following routes defined:
When I visit /admin/mycontroller/index, I see in my console that compound is trying to access both:
But I was expecting only the first to be routed. Is this a bug? Yes, both routes are valid, but only one is supposed to be executed, not every matching route.
The text was updated successfully, but these errors were encountered: