-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.2] Wrong option name in FragmentHandler::fixOptions #7309
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
Comments
Looks like a bug indeed. |
#7321 fixed |
👍 |
ondrejmirtes
pushed a commit
to ondrejmirtes/symfony
that referenced
this issue
Nov 25, 2013
This PR was squashed before being merged into the 2.2 branch (closes symfony#7321). Commits ------- 4f3771d [2.2][HttpKernel] fixed wrong option name in FragmentHandler::fixOptions Discussion ---------- [2.2][HttpKernel] fixed wrong option name in FragmentHandler::fixOptions | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#7309 --------------------------------------------------------------------------- by Aitboudad at 2013-03-10T11:38:59Z Hi @fabpot, can you see why all commits has failed on Travis ? --------------------------------------------------------------------------- by henrikbjorn at 2013-03-10T11:42:25Z The test expects the option to be called `renderer` and not `strategy` so you need to change the tests. --------------------------------------------------------------------------- by Aitboudad at 2013-03-10T12:19:19Z @henrikbjorn thanks it's ok, but there is still 1 test :( in Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testSetDataDifferentTimezones @bschussek Can you see why :).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't the new name be
strategy
instead ofrenderer
for the deprecatedstandalone
option inFragmentHandler::fixOptions
?The documentation doesn't say anything about this, but
HttpKernelExtension::renderFragment
seems to use the namestrategy
.I can fix this if needed.
The text was updated successfully, but these errors were encountered: