Optionnal quote because the frontend does not use it

This commit is contained in:
adev
2019-11-24 10:44:26 +01:00
committed by Jeremy Benoist
parent 8197f08266
commit 86c1751186
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ class NewAnnotationType extends AbstractType
'empty_data' => '',
])
->add('quote', null, [
'empty_data' => null,
'empty_data' => '',
'trim' => false,
])
->add('ranges', CollectionType::class, [