mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Don't use ComplexTableField_Popup.ss to render the form.
This commit is contained in:
parent
38c3410d81
commit
ed5f72b055
@ -614,6 +614,8 @@ class ComplexTableField_ItemRequest extends TableListField_ItemRequest {
|
||||
$readonly,
|
||||
$childData
|
||||
);
|
||||
// Don't use ComplexTableField_Popup.ss
|
||||
$form->setTemplate('Form');
|
||||
|
||||
$form->loadDataFrom($childData);
|
||||
if ($readonly) $form->makeReadonly();
|
||||
|
Loading…
Reference in New Issue
Block a user