-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form]/[Doctrine][Bridge] EntityType broken for "multiple" under Symfony 3.2.5 #21947
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
Support for Symfony 2.4 ended over two years ago (see http://symfony.com/roadmap?version=2.4#checker). None of the PRs that you are talking about was ever merged into the |
D'oh, I meant 3.4.5. Sorry, wrote that in a hurry. 👅 |
Hmm, 3.4 isn't released yet. We're at 3.2 and 3.3-dev now. Given the PRs you referenced, I think you mean 3.2.4 and 3.2.5 |
@superhaggis Could you please fork the Symfony Standard Edition and make changes that allow to reproduce your issue? |
Doing too many things at once. 😢 Issue with 3.2.5 - sorry, I don't have time at the moment to fork to reproduce. Deadlines etc.. |
#21880 is about intl form types (not related to Doctrine Bridge's EntityType) |
#21656 is about tests only (not related) |
Seems to be the same as #21952 |
Uh oh!
There was an error while loading. Please reload this page.
Assuming either #21656, #21267 or #21880 broke the expected behaviour of Doctrine Bridge's EntityType.
Assumptions:
Use case:
Expected:
Actual:
I rolled back to Symfony 3.2.4 and received the expected outcome of $form->isValid() evaluating to boolean true.
The text was updated successfully, but these errors were encountered: