notification: add test for unread consistency

This commit is contained in:
2021-12-26 01:12:32 +01:00
parent bd3919efcb
commit 700bb02374
3 changed files with 31 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ class NotificationType extends AbstractType
'class' => User::class,
'choice_label' => 'label',
'multiple' => true,
'by_reference' => true,
])
->add('message', ChillTextareaType::class, [
'required' => false,