Skip to content

Commit f6a64d1

Browse files
committed
custom afform generation - correct afblock comment
1 parent 06df0e6 commit f6a64d1

File tree

1 file changed

+1
-1
lines changed
  • ext/afform/core/templates/afform/customGroups

1 file changed

+1
-1
lines changed

ext/afform/core/templates/afform/customGroups/afblock.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{foreach from=$group.field_names item=field_name}
66
{* for multiple record fields there is no need to prepend
7-
the group name because it is provided as the join_entity above *}
7+
the group name because it will be the form entity itself *}
88
<af-field name="{if !$group.is_multiple}{$group.name}.{/if}{$field_name}" />
99
{/foreach}
1010

0 commit comments

Comments
 (0)