MINOR: Removed column show on load default since this is no longer required

This commit is contained in:
Will Rossiter 2010-06-20 05:13:17 +00:00
parent 2c99ca1faa
commit 88fe82da03

View File

@ -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(