From 248c160534a524c059f8bc541bfc1ac7ed8238cf Mon Sep 17 00:00:00 2001 From: Manish Lad Date: Fri, 3 Apr 2015 22:43:02 +0100 Subject: Ability to assign a task color based on an event. Initially supported event: task moved to a column --- app/Model/Action.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model') diff --git a/app/Model/Action.php b/app/Model/Action.php index 0e132d73..b30d89fa 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -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'), -- cgit v1.2.3