From cef641ee245cf5b613e2d1e1656e61b434ff1ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 1 Oct 2024 18:18:14 +0200 Subject: [PATCH] Render the history for workflow, with signature and onHold, and destUserGroups --- .../views/Workflow/_decision.html.twig | 15 ++++- .../views/Workflow/_history.html.twig | 40 ++++++++++---- .../views/Workflow/_signature.html.twig | 55 +------------------ .../views/Workflow/_signature_list.html.twig | 52 ++++++++++++++++++ .../Resources/views/Workflow/index.html.twig | 15 ----- .../Templating/Entity/UserGroupRender.php | 2 +- .../translations/messages+intl-icu.fr.yaml | 10 +++- 7 files changed, 106 insertions(+), 83 deletions(-) create mode 100644 src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature_list.html.twig diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig index 575e7cb22..abad0801a 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig @@ -88,7 +88,20 @@ {{ form_widget(transition_form.comment) }} -