Skip to content
Snippets Groups Projects
Commit 16143d4a authored by Antonin's avatar Antonin
Browse files

Changed defaut edition option

parent 1e39eae0
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class Form
private $choices;
public function __construct(){
$this->editable = Editable::NOT_EDITABLE;
$this->editable = Editable::EDITABLE_BY_ALL;
$this->clearChoices();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment