fix usage of workflow handler title in show workflow page

This commit is contained in:
2022-02-25 15:18:01 +01:00
parent 432cce280b
commit 356d1a7133
2 changed files with 7 additions and 2 deletions

View File

@@ -361,8 +361,8 @@ class WorkflowController extends AbstractController
return $this->render(
'@ChillMain/Workflow/index.html.twig',
[
'handler' => $handler,
'handler_template' => $handler->getTemplate($entityWorkflow),
'handler_template_title' => $handler->getTemplateTitle($entityWorkflow),
'handler_template_data' => $handler->getTemplateData($entityWorkflow),
'transition_form' => isset($transitionForm) ? $transitionForm->createView() : null,
'entity_workflow' => $entityWorkflow,