diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2015-10-26 14:26:35 +0100 |
---|---|---|
committer | Olivier Maridat <olivier.maridat@trialog.com> | 2015-10-26 14:26:35 +0100 |
commit | 6d354e3ea9eb91f06c61f3dfeba64f3db7ec57d2 (patch) | |
tree | 3fe024a5ac68997c7995b5019d3bbe14aa561c33 /app/Model/Action.php | |
parent | 06e9486c59831cdd1630647ea7474a39879a37da (diff) |
Add new action: Assign automatically a category based on a link
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 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'), |