mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: Removed column show on load default since this is no longer required
This commit is contained in:
parent
2c99ca1faa
commit
88fe82da03
@ -24,8 +24,7 @@ class EditableFormField extends DataObject {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static $defaults = array(
|
static $defaults = array(
|
||||||
"CanDelete" => "1",
|
"CanDelete" => "1"
|
||||||
"ShowOnLoad" => "1"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
static $has_one = array(
|
static $has_one = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user