8000 [WIP][2.1][Form] Revert some BC breaks by vicb · Pull Request #4134 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WIP][2.1][Form] Revert some BC breaks #4134

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

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
[Form] Revert "merged branch vicb/FormTypeValidatorExtension_fix (PR #…
…3984)"

This reverts commit 83a0edd, reversing
changes made to 065632b.
  • Loading branch information
vicb committed Apr 27, 2012
commit a47148b4a3b2b607b1ff95c1b723307f72c4fc44
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

<!-- FormTypeValidatorExtension -->
<service id="form.type_extension.field" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
<tag name="form.type_extension" alias="form" />
<tag name="form.type_extension" alias="field" />
<argument type="service" id="validator" />
</service>
</services>
Expand Down
0