-
Notifications
You must be signed in to change notification settings - Fork 263
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
Bug - Routing.generate #423
Comments
gautierderuette
added a commit
to gautierderuette/FOSJsRoutingBundle
that referenced
this issue
Dec 24, 2021
This is to correct issue FriendsOfSymfony#423
Hi @BenjaminPoutriquet35800, explicit inclusion of defaults using the exclamation mark was not supported yet in this bundle. I have added it in 22029de, can you try if the |
Hi @tobias-93 Awesome that's good ! Really thanks <3 Regards |
Version 3.1.0 has been released with the added functionality |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi :)
I am having a problem when I try to generate one route from JS.
Explanation :
Controller definition :
![route_def_controller](https://user-images.githubusercontent.com/25900708/147332937-c39c77af-fff6-4ea1-96ff-7f356535c674.PNG)
Render route from twig :
![render_twig](https://user-images.githubusercontent.com/25900708/147333165-af2a1307-7622-45bf-833c-dab8cd259074.PNG)
But from JS :
![route_from_js](https://user-images.githubusercontent.com/25900708/147333194-cbe9f453-9794-4367-9da1-47b6777cd446.PNG)
Router does nothing :(
Regards
The text was updated successfully, but these errors were encountered: