-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Tests and fix for issue in array model data in EntityType field with multiple=true #23980
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
…array and ArrayCollection fix for #23927, by yceruto #23927 (comment)
Added tests for #23927
fix code style
PHP: 7 deps=high failure is normal, because was Installed PHP: 7.1 deps=low failure is understood, because was installed Please add the "Fixed tickets" row to the QA table, it is helpful to close the related issue automatically when this PR is merged.
|
Here is the missing patch @yceruto is talking about. --- a/src/Symfony/Bridge/Doctrine/composer.json
+++ b/src/Symfony/Bridge/Doctrine/composer.json
@@ -22,7 +22,7 @@
"require-dev": {
"symfony/stopwatch": "~2.2",
"symfony/dependency-injection": "~2.2",
- "symfony/form": "~2.7.25|^2.8.18",
+ "symfony/form": "~2.7.34|^2.8.27",
"symfony/http-kernel": "~2.2",
"symfony/property-access": "~2.3",
"symfony/security": "~2.2", |
Thank you @stoccc. |
…field with multiple=true (stoccc) This PR was squashed before being merged into the 2.7 branch (closes #23980). Discussion ---------- Tests and fix for issue in array model data in EntityType field with multiple=true | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | License | MIT | Fixed tickets | #23927 Provided some tests and the fix for #23927. Rebased to 2.7, replaces #23930 Commits ------- aaba6b4 Tests and fix for issue in array model data in EntityType field with multiple=true
Provided some tests and the fix for #23927.
Rebased to 2.7, replaces #23930