-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Added "collection_entry" block prefix to CollectionType entries #36088
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
[Form] Added "collection_entry" block prefix to CollectionType entries #36088
Conversation
356ddc1
to
400020b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this.
src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php
Outdated
Show resolved
Hide resolved
400020b
to
fac2149
Compare
src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php
Outdated
Show resolved
Hide resolved
45feb67
to
5fbc7ca
Compare
@javiereguiluz Can you test this one and report? |
I've just tested this. I added the changes in |
Thanks for the feedback. That is weird I successfully tried with the Symfony demo app using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that this works as expected.
This morning @HeahDude helped me debug the problem ... I copy+pasted the CollectionType
changes in the wrong file ... after copying them in the right file, everything is working perfectly!
@HeahDude Can you make fabbot happy? :) |
5fbc7ca
to
5e459b2
Compare
5e459b2
to
2ff1f88
Compare
@xabbuh done, I've also updated the changelog. |
Thank you Jules. |
Allows to use global
collection_entry_row
,collection_entry_label
,collection_entry_widget
andcollection_entry_errors
themes after dynamic_form_name_collection_name_entry_*
ones.