From 4b391d03d540c46cd5f017f8ae0e65aca48242c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 26 Apr 2018 14:00:11 +0200 Subject: [PATCH] add current place in task list --- Resources/views/Task/index.html.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/views/Task/index.html.twig b/Resources/views/Task/index.html.twig index 72282f843..93fdb82ac 100644 --- a/Resources/views/Task/index.html.twig +++ b/Resources/views/Task/index.html.twig @@ -49,6 +49,10 @@ {{ task.title }} {{ task.type }} + {% for place in workflow_marked_places(task) %} + {{ place }} + {% endfor %} + {% for transition in workflow_transitions(task) %} {{ task_workflow_metadata(task, 'transition.verb', transition) }} {% endfor %}