-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Fix BC break introduced in #14403 #18275
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
Conversation
HeahDude
commented
Mar 23, 2016
Q | A |
---|---|
Branch? | 2.8 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | - |
Note to merger: to revert in 3.0 |
c6c56e5
to
903b29c
Compare
Why is the order of the attributes important? Imo you should not rely on it. |
@xabbuh we don't have the choice IMHO. The component themes need to print the value independently from {% set read_only = true %}
{{ block('parent_block') }} |
👍 however I think the tests need to be reverted too to ensure that we are fixing the problem (see #14403 (comment)) |
@mnapoli Thanks for the review, the tests are already reverted (otherwise they would fail). Failures are unrelated. |
You will now need to update the lowest version of the Form component required by the FrameworkBundle to |
@xabbuh so it should be done in a second commit since this one is supposed to be reverted in 3.0, right ? |
Not necessarily if I don't misunderstand you. We need to revert all the changes here in the |
Yes we do. |
903b29c
to
5f48c6a
Compare
Thanks @xabbuh tests are all green now (excepted appveyor being unusually long). |
It seems appveyor has bugged, why does it still try to install icu v51 ? |
👍 Status: Reviewed |
@xabbuh Do I need to upgrade the |
@HeahDude Usually you would have to do that. But this time that's not necessary as this was apparently done in another pull request before: https://github.com/symfony/symfony/blob/2.8/src/Symfony/Bridge/Twig/composer.json#L25 |
@xabbuh Thanks for your leading :) |
Thank you @HeahDude. |
This PR was merged into the 2.8 branch. Discussion ---------- [Form] Fix BC break introduced in #14403 | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | - Commits ------- 5f48c6a [Form] Fix BC break introduced in #14403
Thanks @HeahDude for the fix! |
@mnapoli Thanks for reporting this issue :) |
* 3.0: bumped Symfony version to 2.8.5 updated VERSION for 2.8.4 updated CHANGELOG for 2.8.4 Revert "bug #18275 [Form] Fix BC break introduced in #14403 (HeahDude)" improved comment [FileSystem] Add support for Google App Engine. [2.8] fix mocks bumped Symfony version to 2.7.12 [Form] Fix BC break introduced in #14403 updated VERSION for 2.7.11 updated CHANGELOG for 2.7.11 [Request] Fix support of custom mime types with parameters fix mocks fix mocks [Validator] do not treat payload as callback