Add new automatic action to update the start date

This commit is contained in:
Frederic Guillot
2015-05-16 21:47:16 -04:00
parent 4a1dc8071f
commit 4d6e5d2e2c
22 changed files with 162 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ class Action extends Base
'TaskLogMoveAnotherColumn' => t('Add a comment logging moving the task between columns'),
'TaskAssignUser' => t('Change the assignee based on an external username'),
'TaskAssignCategoryLabel' => t('Change the category based on an external label'),
'TaskUpdateStartDate' => t('Automatically update the start date'),
);
asort($values);