simplify showing title of workflow, and add handler for evaluationDocument

This commit is contained in:
2022-02-25 14:02:36 +01:00
parent bf25740098
commit 432cce280b
11 changed files with 263 additions and 97 deletions

View File

@@ -56,16 +56,14 @@
<div class="item-row col">
<h2>
{{ 'workflow_'|trans }}
{{ l.handler.entityTitle(l.entity_workflow) }}
</h2>
{% include l.handler.templateTitle(l.entity_workflow) with l.handler.templateTitleData(l.entity_workflow)|merge({
'description': true,
'add_classes': 'ms-3 h3'
}) %}
</div>
</button>
{{ macro.breadcrumb(l) }}
<div>
{{ macro.breadcrumb(l) }}
</div>
</div>
<div id="flush-collapse-{{ l.entity_workflow.id }}"