Changed defaut edition option

This commit is contained in:
Antonin 2015-04-06 14:06:47 +02:00
parent 1e39eae056
commit 16143d4ac8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Form
private $choices;
public function __construct(){
$this->editable = Editable::NOT_EDITABLE;
$this->editable = Editable::EDITABLE_BY_ALL;
$this->clearChoices();
}