diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-22 17:46:58 -0500 |
commit | e6f7929f7780dc7ab06f6c4fbbbc86cd63115cd2 (patch) | |
tree | e5db35af5887f1e2a93fc93f80d69f0cf38669c5 /app/Model/Action.php | |
parent | 0d80102c4837ccd01edfec948b59be97385c6a16 (diff) |
Add new automatic action (Task comment logging), patch #539
Diffstat (limited to 'app/Model/Action.php')
-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 2204ad37..6aef81a3 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -49,6 +49,7 @@ class Action extends Base 'TaskAssignCategoryColor' => t('Assign automatically a category based on a color'), 'CommentCreation' => t('Create a comment from an external provider'), 'TaskCreation' => t('Create a task from an external provider'), + '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'), ); |