Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] fix using Target attribute with controller arguments#45572
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
38d4546 to9c74235Comparenicolas-grekas commentedMar 6, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The issue happens where there are no bindings, but only a named autowiring alias. Lines 193 to 196 inca27974
Please target 5.4 as this is a bugfix IMHO. |
66d2268 to164aafcComparekbond commentedMar 7, 2022
I've changed to a 5.4 bug fix. Please confirm the test is done correctly. |
nicolas-grekas commentedMar 7, 2022
Thank you@kbond. |
Uh oh!
There was an error while loading.Please reload this page.
This was supposed tofix#45021 but after adding what I suspected was a failing test, it works as expected. I guess I'm not testing the correct thing?
Here's a quick reproducer that shows the problem in a "real app":