mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
sf4, adding workflow and fix errors for task bundle
This commit is contained in:
@@ -15,7 +15,6 @@ Scope: Cercle
|
||||
Task: Tâche
|
||||
Details: Détails
|
||||
Person: Personne
|
||||
Scope: Cercle
|
||||
Date: Date
|
||||
Dates: Dates
|
||||
User: Utilisateur
|
||||
@@ -74,10 +73,10 @@ cancel: annuler
|
||||
Start_verb: Démarrer
|
||||
Close_verb: Clotûrer
|
||||
Set this task to cancel state: Marquer cette tâche comme annulée
|
||||
'%user% has closed the task': %user% a fermé la tâche
|
||||
'%user% has canceled the task': %user% a annulé la tâche
|
||||
'%user% has started the task': %user% a commencé la tâche
|
||||
'%user% has created the task': %user% a introduit la tâche
|
||||
'%user% has closed the task': '%user% a fermé la tâche'
|
||||
'%user% has canceled the task': '%user% a annulé la tâche'
|
||||
'%user% has started the task': '%user% a commencé la tâche'
|
||||
'%user% has created the task': '%user% a introduit la tâche'
|
||||
Are you sure you want to close this task ?: Êtes-vous sûrs de vouloir clotûrer cette tâche ?
|
||||
Are you sure you want to cancel this task ?: Êtes-vous sûrs de vouloir annuler cette tâche ?
|
||||
Are you sure you want to start this task ?: Êtes-vous sûrs de vouloir démarrer cette tâche ?
|
||||
|
@@ -31,7 +31,8 @@
|
||||
|
||||
|
||||
{# filter tasks #}
|
||||
|
||||
{% block filtertasks %}{#
|
||||
sf4 check: prevent error message: `A block definition cannot be nested under non-capturing nodes.` #}
|
||||
{% if person is not null %}
|
||||
{% block personcontent %}
|
||||
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
|
||||
@@ -43,3 +44,4 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user