mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 17:43:54 +00:00
Notification: avoid the comment's content to be null
This commit is contained in:
@@ -26,6 +26,7 @@ class AccompanyingCourseCommentType extends AbstractType
|
||||
{
|
||||
$builder->add('content', ChillTextareaType::class, [
|
||||
'required' => false,
|
||||
'empty_data' => '',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user