Ability to assign a task color based on an event.

Initially supported event: task moved to a column
This commit is contained in:
Manish Lad
2015-04-03 22:43:02 +01:00
parent c72bca04a8
commit 248c160534
4 changed files with 126 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class Action extends Base
$values = array(
'TaskClose' => t('Close a task'),
'TaskOpen' => t('Open a task'),
'TaskAssignColor' => t('Assign a color to a task'),
'TaskAssignSpecificUser' => t('Assign the task to a specific user'),
'TaskAssignCurrentUser' => t('Assign the task to the person who does the action'),
'TaskDuplicateAnotherProject' => t('Duplicate the task to another project'),