Add colors to tag and category list
Add colors to: - Global tag list - Project tag list - Project category list
This commit is contained in:
@@ -17,6 +17,7 @@ class ProjectTagController extends BaseController
|
||||
$this->response->html($this->helper->layout->project('project_tag/index', array(
|
||||
'project' => $project,
|
||||
'tags' => $this->tagModel->getAllByProject($project['id']),
|
||||
'colors' => $this->colorModel->getList(),
|
||||
'title' => t('Project tags management'),
|
||||
)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user