fix: always assign comments to documents

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 277bdf84bd
commit 388b1148cd
@@ -124,6 +124,7 @@ class CheckController extends AbstractController
$document
->setApprovedAt(new \DateTimeImmutable())
->setApprovedBy($user->getInitials())
->setComment($formData->getComment())
->setStatus($status)
;