mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00: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(
|
||||
"CanDelete" => "1",
|
||||
"ShowOnLoad" => "1"
|
||||
"CanDelete" => "1"
|
||||
);
|
||||
|
||||
static $has_one = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user