Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle][Routing] allow boolean container parameters for routes#30379
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
OskarStark commentedFeb 25, 2019
I like it, can you please send a doc PR? 🙏 |
dmaicher commentedFeb 26, 2019
sure 👍 wondering what exactly to add there 😄 https://symfony.com/doc/master/routing/service_container_parameters.html Should it be one of those "NEW... since Symfony 4.3 you can also use boolean parameters" box? |
nicolas-grekas commentedFeb 26, 2019
Not sure myself how/if this should be documented :) |
OskarStark commentedFeb 26, 2019
Yes you should add a |
fabpot commentedMar 4, 2019
Thank you@dmaicher. |
…ameters for routes (dmaicher)This PR was merged into the 4.3-dev branch.Discussion----------[FrameworkBundle][Routing] allow boolean container parameters for routes| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#30366| License | MIT| Doc PR |symfony/symfony-docs#11059Thisfixes#30366 and adds support for boolean container parameters in route conditions, defaults etc.Commits-------21f4e38 [FrameworkBundle][Routing] allow boolean container parameters for routes
…eters for routes (dmaicher)This PR was merged into the master branch.Discussion----------[FrameworkBundle][Routing] allow boolean container parameters for routesSeesymfony/symfony#30379Commits-------d89122c Update service_container_parameters.rst
Uh oh!
There was an error while loading.Please reload this page.
Thisfixes#30366 and adds support for boolean container parameters in route conditions, defaults etc.