Add new automatic action (Task comment logging), patch #539

This commit is contained in:
Frederic Guillot
2015-01-22 17:46:58 -05:00
parent 0d80102c48
commit e6f7929f77
17 changed files with 114 additions and 0 deletions

View File

@@ -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'),
);