Commit e018463e authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ne laisse pas les erreurs remonter au formulaire.

Showing with 1 addition and 0 deletions
+1 -0
......@@ -113,6 +113,7 @@ class FileUploadType extends AbstractType
$resolver->setDefaults(
[
'max_chunk_size' => $this->defaultMaxChunkSize ?: 0,
'error_bubbling' => false,
]
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment