summaryrefslogtreecommitdiff
path: root/app/Model/Action.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-22 17:46:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-22 17:46:58 -0500
commite6f7929f7780dc7ab06f6c4fbbbc86cd63115cd2 (patch)
treee5db35af5887f1e2a93fc93f80d69f0cf38669c5 /app/Model/Action.php
parent0d80102c4837ccd01edfec948b59be97385c6a16 (diff)
Add new automatic action (Task comment logging), patch #539
Diffstat (limited to 'app/Model/Action.php')
-rw-r--r--app/Model/Action.php1
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'),
);