mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4.7' into 4
This commit is contained in:
commit
36590e2186
@ -101,6 +101,7 @@ class SelectionGroup extends CompositeField
|
||||
'name' => $this->name,
|
||||
'value' => $item->getValue(),
|
||||
'checked' => $checked,
|
||||
'disabled' => $item->isDisabled()
|
||||
]
|
||||
)),
|
||||
"RadioLabel" => $item->getTitle(),
|
||||
|
Loading…
Reference in New Issue
Block a user