evaluationWorkDocument: fill title with document is generated

This commit is contained in:
Julien Fastré 2022-03-08 14:41:25 +01:00
parent 23e61ac6a7
commit af3b761208

View File

@ -179,7 +179,8 @@ class AccompanyingPeriodWorkEvaluationContext implements
$doc = new AccompanyingPeriodWorkEvaluationDocument();
$doc->setStoredObject($storedObject)
->setAccompanyingPeriodWorkEvaluation($entity)
->setTemplate($template);
->setTemplate($template)
->setTitle($this->translatableStringHelper->localize($template->getName()));
$this->em->persist($doc);
}
}