summaryrefslogtreecommitdiff
path: root/app/Model/Action.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-13 22:03:12 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-13 22:03:12 -0400
commitd577c73e46de23742bc069d0a444f0bedeca5abc (patch)
tree0cb485ab0f2b2140f4029538050f30658798a066 /app/Model/Action.php
parent0dc247dca1336b5bdd2f6fec292d47b8ef65ca19 (diff)
Add new automatic action: Move task to another column when the category is changed
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 3e8aa091..c3bfe017 100644
--- a/app/Model/Action.php
+++ b/app/Model/Action.php
@@ -57,6 +57,7 @@ class Action extends Base
'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'),
+ 'TaskMoveColumnCategoryChange' => t('Move the task to another column when the category is changed'),
);
asort($values);