From 4d6e5d2e2cc0950114cc3ca9f32e66aa779d3b48 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 16 May 2015 21:47:16 -0400 Subject: Add new automatic action to update the start date --- app/Model/Action.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model') diff --git a/app/Model/Action.php b/app/Model/Action.php index 4489bca7..3e8aa091 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -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); -- cgit v1.2.3