Skip to content

Commit

Permalink
FIX Regression in CompositeField displaying fields in their holders
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 16, 2017
1 parent 87ac3e3 commit 7ad0278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/SilverStripe/Forms/CompositeField.ss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<% loop $FieldList %>
<% if $ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast">
$Field
$FieldHolder
</div>
<% else %>
$Field
$FieldHolder
<% end_if %>
<% end_loop %>

0 comments on commit 7ad0278

Please sign in to comment.