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
There is a single whitespace control modifier missing in form layouts, so new line from here: form_div_layout.html.twig#L351 would be present in e.g. CollectionType Field in data-prototype attribute.
The text was updated successfully, but these errors were encountered:
… (kubawerlos)
This PR was merged into the 2.7 branch.
Discussion
----------
Fix for missing whitespace control modifier in form layout
| Q | A
| ------------- | ---
| Branch? | 2.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #25252
| License | MIT
| Doc PR | -
That single missing whitespace control modifier results in e.g. new line in `data-prototype` attribute when using CollectionType field type in form.
Commits
-------
369075a Fix for missing whitespace control modifier in form layout
There is a single whitespace control modifier missing in form layouts, so new line from here: form_div_layout.html.twig#L351 would be present in e.g. CollectionType Field in
data-prototype
attribute.The text was updated successfully, but these errors were encountered: