Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/views/Form/fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
{% if help_widget_popover.selector is same as(null) %}
{% set help_widget_popover = help_widget_popover|merge({'selector': '#' ~ id }) %}
{% endif %}
<div{% if help_widget_popover.title is not same as(null) %}{{ block('help_widget_popover') }}{% endif %} {% for attrname,attrvalue in widget_form_group_attr %} {{attrname}}="{{attrvalue}}"{% endfor %}>
<div {% if form.vars.compound %}id="{{ form.vars.id }}"{% endif %} {% if help_widget_popover.title is not same as(null) %}{{ block('help_widget_popover') }}{% endif %} {% for attrname,attrvalue in widget_form_group_attr %} {{attrname}}="{{attrvalue}}"{% endfor %}>
{# a form item containing the field in block_prefixes is a near subform or a field directly #}
{% if (form|length > 0 and form.parent != null)
and 'field' not in form.vars.block_prefixes
Expand Down