Add colors to tag and category list
Add colors to: - Global tag list - Project tag list - Project category list
This commit is contained in:
@@ -16,6 +16,7 @@ class TagController extends BaseController
|
||||
{
|
||||
$this->response->html($this->helper->layout->config('tag/index', array(
|
||||
'tags' => $this->tagModel->getAllByProject(0),
|
||||
'colors' => $this->colorModel->getList(),
|
||||
'title' => t('Settings').' > '.t('Global tags management'),
|
||||
)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user