mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
add creation of new history line
This commit is contained in:
@@ -32,7 +32,9 @@ class PersonHistoryFileType extends AbstractType
|
||||
'choices' => $this->motives,
|
||||
'required' => true
|
||||
))
|
||||
->add('memo', 'textarea')
|
||||
->add('memo', 'textarea', array(
|
||||
'required' => false
|
||||
))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user