mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Feature: add cc users in workflow: show in workflow history and breadcrumb
This commit is contained in:
parent
a3db67fd1e
commit
94046aab81
@ -81,6 +81,15 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if step.ccUser|length > 0 %}
|
||||||
|
<p><b>{{ 'workflow.Users put in Cc'|trans }} : </b></p>
|
||||||
|
<ul>
|
||||||
|
{% for u in step.ccUser %}
|
||||||
|
<li>{{ u|chill_entity_render_box }}</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if entity_workflow.currentStep.destEmail|length > 0 %}
|
{% if entity_workflow.currentStep.destEmail|length > 0 %}
|
||||||
<p><b>{{ 'workflow.An access key was also sent to those addresses'|trans }} :</b></p>
|
<p><b>{{ 'workflow.An access key was also sent to those addresses'|trans }} :</b></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -15,6 +15,12 @@
|
|||||||
{% for d in step.destUser %}{{ d|chill_entity_render_string }}{% if not loop.last %}, {% endif %}{% endfor %}
|
{% for d in step.destUser %}{{ d|chill_entity_render_string }}{% if not loop.last %}, {% endif %}{% endfor %}
|
||||||
</b>
|
</b>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<span class="item-key">{{ 'workflow.Cc'|trans ~ ' : ' }}</span>
|
||||||
|
<b>
|
||||||
|
{% for u in step.ccUser %}{{ u|chill_entity_render_string }}{% if not loop.last %}, {% endif %}{% endfor %}
|
||||||
|
</b>
|
||||||
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li>
|
<li>
|
||||||
<span class="item-key">{{ 'workflow.Created by'|trans ~ ' : ' }}</span>
|
<span class="item-key">{{ 'workflow.Created by'|trans ~ ' : ' }}</span>
|
||||||
|
@ -473,6 +473,7 @@ workflow:
|
|||||||
Current step: Étape actuelle
|
Current step: Étape actuelle
|
||||||
Comment on last change: Commentaire à la transition précédente
|
Comment on last change: Commentaire à la transition précédente
|
||||||
Users allowed to apply transition: Utilisateurs pouvant valider cette étape
|
Users allowed to apply transition: Utilisateurs pouvant valider cette étape
|
||||||
|
Users put in Cc: Utilisateurs mis en copie
|
||||||
Workflow deleted with success: Le workflow a été supprimé
|
Workflow deleted with success: Le workflow a été supprimé
|
||||||
Delete workflow ?: Supprimer le workflow ?
|
Delete workflow ?: Supprimer le workflow ?
|
||||||
Are you sure you want to delete this workflow ?: Êtes-vous sûr·e de vouloir supprimer ce workflow ?
|
Are you sure you want to delete this workflow ?: Êtes-vous sûr·e de vouloir supprimer ce workflow ?
|
||||||
@ -489,6 +490,7 @@ workflow:
|
|||||||
Previous transitionned: Anciens workflows
|
Previous transitionned: Anciens workflows
|
||||||
Previous workflow transitionned help: Workflows où vous avez exécuté une action.
|
Previous workflow transitionned help: Workflows où vous avez exécuté une action.
|
||||||
For: Pour
|
For: Pour
|
||||||
|
Cc: Cc
|
||||||
You must select a next step, pick another decision if no next steps are available: Il faut une prochaine étape. Choissisez une autre décision si nécessaire.
|
You must select a next step, pick another decision if no next steps are available: Il faut une prochaine étape. Choissisez une autre décision si nécessaire.
|
||||||
An access key was also sent to those addresses: Un lien d'accès a été envoyé à ces adresses
|
An access key was also sent to those addresses: Un lien d'accès a été envoyé à ces adresses
|
||||||
Those users are also granted to apply a transition by using an access key: Ces utilisateurs ont obtenu l'accès grâce au lien reçu par email
|
Those users are also granted to apply a transition by using an access key: Ces utilisateurs ont obtenu l'accès grâce au lien reçu par email
|
||||||
|
@ -399,6 +399,7 @@ workflow:
|
|||||||
Current step: Étape actuelle
|
Current step: Étape actuelle
|
||||||
Comment on last change: Commentaire à la transition précédente
|
Comment on last change: Commentaire à la transition précédente
|
||||||
Users allowed to apply transition: Utilisateurs pouvant valider cette étape
|
Users allowed to apply transition: Utilisateurs pouvant valider cette étape
|
||||||
|
Users put in Cc: Utilisateurs mis en copie
|
||||||
Workflow deleted with success: Le workflow a été supprimé
|
Workflow deleted with success: Le workflow a été supprimé
|
||||||
Delete workflow ?: Supprimer le workflow ?
|
Delete workflow ?: Supprimer le workflow ?
|
||||||
Are you sure you want to delete this workflow ?: Êtes-vous sûr·e de vouloir supprimer ce workflow ?
|
Are you sure you want to delete this workflow ?: Êtes-vous sûr·e de vouloir supprimer ce workflow ?
|
||||||
@ -416,6 +417,7 @@ workflow:
|
|||||||
Previous transitionned: Anciens workflows
|
Previous transitionned: Anciens workflows
|
||||||
Previous workflow transitionned help: Workflows où vous avez exécuté une action.
|
Previous workflow transitionned help: Workflows où vous avez exécuté une action.
|
||||||
For: Pour
|
For: Pour
|
||||||
|
Cc: Cc
|
||||||
|
|
||||||
|
|
||||||
Subscribe final: Recevoir une notification à l'étape finale
|
Subscribe final: Recevoir une notification à l'étape finale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user