diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-13 22:03:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-13 22:03:12 -0400 |
commit | d577c73e46de23742bc069d0a444f0bedeca5abc (patch) | |
tree | 0cb485ab0f2b2140f4029538050f30658798a066 /app/Model/Action.php | |
parent | 0dc247dca1336b5bdd2f6fec292d47b8ef65ca19 (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.php | 1 |
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); |