FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Correct a bug when there is defaults fiekd #424

Closed gautierderuette closed 2 years ago

gautierderuette commented 2 years ago

This is to correct issue #423

tobias-93 commented 2 years ago

Hi @gautierderuette. As you can see from the tests this is not the correct fix, as usually defaults are omitted from generated URLs unless they are prefixed by '!'. I have implemented the latter in 22029dedd87e7ab9d82c585ea8c7aef63b37e21f, so this MR can be closed.