mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
re-use the display of workflow for the notification on evaluation document
This commit is contained in:
@@ -35,7 +35,8 @@ final class AccompanyingPeriodWorkEvaluationDocumentNotificationHandler implemen
|
||||
{
|
||||
return [
|
||||
'notification' => $notification,
|
||||
'document' => $this->accompanyingPeriodWorkEvaluationDocumentRepository->find($notification->getRelatedEntityId()),
|
||||
'document' => $doc = $this->accompanyingPeriodWorkEvaluationDocumentRepository->find($notification->getRelatedEntityId()),
|
||||
'evaluation' => $doc?->getAccompanyingPeriodWorkEvaluation(),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user