mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Regression in CompositeField displaying fields in their holders
This commit is contained in:
parent
87ac3e3971
commit
7ad02787e8
@ -1,9 +1,9 @@
|
||||
<% loop $FieldList %>
|
||||
<% if $ColumnCount %>
|
||||
<div class="column-{$ColumnCount} $FirstLast">
|
||||
$Field
|
||||
$FieldHolder
|
||||
</div>
|
||||
<% else %>
|
||||
$Field
|
||||
$FieldHolder
|
||||
<% end_if %>
|
||||
<% end_loop %>
|
||||
|
Loading…
Reference in New Issue
Block a user