You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering collection of forms and using default prototype name (__name__), label is stripping underscores and renders as name instead __name__ which makes it non replaceable.
The text was updated successfully, but these errors were encountered:
Commits
-------
6584721 [Form] Improved labels generated by default from form names
6e0b03a [Form] Fixed label of prototype in CollectionType
fc342d1 Merge remote branch 'umpirsky/collection-name' into issue3738
f91660d Added test for prototype label.
Discussion
----------
[Form] Fixed default label generated for the CollectionType prototype
Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: #3738, #3739
Todo: -

(the fact that the build fails seems to origin from the broken master)
When rendering collection of forms and using default prototype name (
__name__
), label is stripping underscores and renders asname
instead__name__
which makes it non replaceable.The text was updated successfully, but these errors were encountered: