summaryrefslogtreecommitdiff
path: root/app/Model/Action.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-11-08 23:25:59 -0500
committerFrederic Guillot <fred@kanboard.net>2015-11-08 23:25:59 -0500
commitb9f56769c12c0e13c4e10f267cb7d9a7a4ee1c33 (patch)
tree3f252911ea7c29ed95680e72ccdf5711f77bf2c3 /app/Model/Action.php
parent1177078c55f6358ec96d8822933fc4cfda5aba1d (diff)
parent6d354e3ea9eb91f06c61f3dfeba64f3db7ec57d2 (diff)
Merge pull-request #1414
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 ba74218f..dbf17e49 100644
--- a/app/Model/Action.php
+++ b/app/Model/Action.php
@@ -73,6 +73,7 @@ class Action extends Base
'TaskAssignColorUser' => t('Assign a color to a specific user'),
'TaskAssignColorCategory' => t('Assign automatically a color based on a category'),
'TaskAssignCategoryColor' => t('Assign automatically a category based on a color'),
+ 'TaskAssignCategoryLink' => t('Assign automatically a category based on a link'),
'CommentCreation' => t('Create a comment from an external provider'),
'TaskCreation' => t('Create a task from an external provider'),
'TaskLogMoveAnotherColumn' => t('Add a comment log when moving the task between columns'),