mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
BUGFIX: fixed class relation PATCH via tobych #4916
This commit is contained in:
parent
dd4cd20302
commit
57097f5905
@ -28,7 +28,7 @@ class EditableFormField extends DataObject {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static $has_one = array(
|
static $has_one = array(
|
||||||
"Parent" => "SiteTree",
|
"Parent" => "UserDefinedForm",
|
||||||
);
|
);
|
||||||
|
|
||||||
static $extensions = array(
|
static $extensions = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user