Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
356ddc1
to400020b
CompareThere 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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
400020b
tofac2149
Comparesrc/Symfony/Component/Form/Extension/Core/Type/CollectionType.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
45feb67
to5fbc7ca
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 theCollectionType
changes in the wrong file ... after copying them in the right file, everything is working perfectly!
@HeahDude Can you make fabbot happy? :) |
5fbc7ca
to5e459b2
Compare5e459b2
to2ff1f88
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.