summaryrefslogtreecommitdiff
path: root/app/Model/Action.php
diff options
context:
space:
mode:
authorManish Lad <manish@lad.eu.com>2015-04-03 22:43:02 +0100
committerManish Lad <manish@lad.eu.com>2015-04-03 22:43:02 +0100
commit248c160534a524c059f8bc541bfc1ac7ed8238cf (patch)
treed6fbf650dfceff7e136036a2050e60bb4f4dd48e /app/Model/Action.php
parentc72bca04a8be19b2da699ee58f9203f08318d241 (diff)
Ability to assign a task color based on an event.
Initially supported event: task moved to a column
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 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'),