Changed defaut edition option
This commit is contained in:
parent
1e39eae056
commit
16143d4ac8
@ -59,7 +59,7 @@ class Form
|
||||
private $choices;
|
||||
|
||||
public function __construct(){
|
||||
$this->editable = Editable::NOT_EDITABLE;
|
||||
$this->editable = Editable::EDITABLE_BY_ALL;
|
||||
$this->clearChoices();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user