Add two automatic actions for subtasks

- Action to create a subtask assigned to the creator and start the timer
- Action to stop the timer of subtasks
This commit is contained in:
Frédéric Guillot
2017-12-06 18:31:43 -08:00
parent 0060fb9d5c
commit 230eddcc69
33 changed files with 303 additions and 6 deletions

View File

@@ -1367,4 +1367,7 @@ return array(
'Time Spent' => 'Temps passé',
'External Link' => 'Lien externe',
'This feature enable the iCal feed, RSS feed and the public board view.' => 'Cette fonctionalité active l\'abonnement iCal, le flux RSS et la vue publique du tableau.',
'Stop the timer of all subtasks when moving a task to another column' => 'Arrêter le minuteur de toutes les sous-tâches lorsque la tâche est déplaçée dans une autre colonne',
'Subtask Title' => 'Titre de la sous-tâche',
'Add a subtask and activate the timer when moving a task to another column' => 'Ajouter une sous-tâche et activer le minuteur lorsque la tâche est déplaçé dans une autre colonne',
);