Add new automated action to change task color based on the task link

This commit is contained in:
Frederic Guillot
2015-08-22 17:39:37 -04:00
parent fd60964c23
commit cd9bc86fbe
30 changed files with 262 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ class Action extends Base
'projects_list' => $this->project->getList(false),
'colors_list' => $this->color->getList(),
'categories_list' => $this->category->getList($project['id']),
'links_list' => $this->link->getList(0, false),
'title' => t('Automatic actions')
)));
}
@@ -89,6 +90,7 @@ class Action extends Base
'projects_list' => $projects_list,
'colors_list' => $this->color->getList(),
'categories_list' => $this->category->getList($project['id']),
'links_list' => $this->link->getList(0, false),
'project' => $project,
'title' => t('Automatic actions')
)));