Add workflow title to notification content

Updated the French template for workflow transition notifications to include the workflow title. This ensures users have more context in the notification email.
This commit is contained in:
Julien Fastré 2024-11-21 21:20:46 +01:00
parent 4fdb722dc6
commit 5acf9432d6
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
kind: Fixed
body: Set the workflow's title to notification content and subject
time: 2024-11-21T21:19:56.150162247+01:00
custom:
Issue: ""

View File

@ -1,11 +1,14 @@
{{ dest.label }},
Un suivi "{{ workflow.text }}" a atteint une nouvelle étape: {{ workflow.text }}
{%- if is_dest %}
Titre du workflow: "{{ title }}".
{% if is_dest %}
Vous êtes invités à valider cette étape au plus tôt.
{% endif %}
Vous pouvez visualiser le workflow sur cette page:
{{ absolute_url(path('chill_main_workflow_show', {'id': entity_workflow.id, '_locale': 'fr'})) }}