-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Form collection has changed in 2.1 #1326
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
Hi Tristan! Yes, we were just having this conversation at #1322 :). If we can verify that there are no other changes beyond the |
Hi, Yes i'm aware that there are other changes for form collection with BC break : |
@weaverryan Do you have any updates on this ? It's quite important since the form collections are often used. |
This issue is still valid. Specifically, we need to update the docs to mention the Thanks! |
@weaverryan do we need to update the documentation as said in upgrade-2.1.md? If so, I will take care of it. EDIT: I read it to fast. Where can I find the differences? |
The addXxx and removeXxx stuff is mentioned in the CHANGELOG here - https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/CHANGELOG.md. It's a small change, but will mean some somewhat large changes to the Thanks! |
@weaverryan I don't understand what's missing (I'm not familiar with the Form Component), sorry. I will take a look on the Twig reference page and someone else can do this. |
no problem :) |
Basically we're still just missing specifics on the So, once we have the |
Bernhard has already done the work for this in #1057, which explains the addXxx and removeXxx functionality. I'll close this issue in favor of that one, which is specific. |
Behaviour of form collection has changed in 2.1 and is not reflected in the doc.
The text was updated successfully, but these errors were encountered: