bugfix in notificationhandler. Not sure about the fix in the template

This commit is contained in:
2022-02-01 17:23:12 +01:00
parent 97d2e3d5b5
commit 76932e6e8c
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<h2>
{{ 'workflow_'|trans }}
</h2>
{% include handler.templateTitle(l.entity_workflow) with handler.templateTitleData(entity_workflow)|merge({
{% include handler.templateTitle(entity_workflow) with handler.templateTitleData(entity_workflow)|merge({
'description': true,
'breadcrumb': true,
'add_classes': 'ms-3 h3'