diff options
author | Manish Lad <manish@lad.eu.com> | 2015-04-03 22:43:02 +0100 |
---|---|---|
committer | Manish Lad <manish@lad.eu.com> | 2015-04-03 22:43:02 +0100 |
commit | 248c160534a524c059f8bc541bfc1ac7ed8238cf (patch) | |
tree | d6fbf650dfceff7e136036a2050e60bb4f4dd48e /app/Model/Action.php | |
parent | c72bca04a8be19b2da699ee58f9203f08318d241 (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.php | 1 |
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'), |