mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX SelectionGroup no longer shows empty FieldLists
This commit is contained in:
parent
a0f9535dd4
commit
d68435e978
@ -13,7 +13,10 @@
|
||||
<ul class="SelectionGroup<% if extraClass %> $extraClass<% end_if %>">
|
||||
<% loop $FieldSet %>
|
||||
<li$Selected>
|
||||
{$RadioButton}{$RadioLabel}{$FieldHolder}
|
||||
{$RadioButton}{$RadioLabel}
|
||||
<% if $FieldList %>
|
||||
$FieldHolder
|
||||
<% end_if %>
|
||||
</li>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user