mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Prepopulating relation list in FormScaffolder
This commit is contained in:
parent
b01b9b9249
commit
c82bae1def
@ -157,7 +157,7 @@ class FormScaffolder extends Object {
|
||||
$ctf = new $fieldClass(
|
||||
$this,
|
||||
$relationship,
|
||||
null,
|
||||
$this->obj->$relationship(),
|
||||
$relationshipFields,
|
||||
"getCMSFields"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user