add creation of new history line

This commit is contained in:
2013-12-01 19:55:56 +01:00
parent 9c249160cc
commit c9204e32d8
5 changed files with 88 additions and 5 deletions

View File

@@ -32,7 +32,9 @@ class PersonHistoryFileType extends AbstractType
'choices' => $this->motives,
'required' => true
))
->add('memo', 'textarea')
->add('memo', 'textarea', array(
'required' => false
))
;
}