diff options
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Action.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |