fix: include comment in notification email on document rejection
closes #869bppd0e
This commit is contained in:
@@ -67,7 +67,7 @@ class CheckController extends AbstractController
|
||||
case Upload::STATUS_REJECTED:
|
||||
$this->rejectDocument($document, $formData->getComment());
|
||||
$this->eventDispatcher->dispatch(
|
||||
new DocumentRejectedEvent($formData),
|
||||
new DocumentRejectedEvent($document),
|
||||
DocumentRejectedEvent::NAME
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user