summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Model/CategoryModel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/CategoryModel.php b/app/Model/CategoryModel.php
index 024d0026..95e9e97e 100644
--- a/app/Model/CategoryModel.php
+++ b/app/Model/CategoryModel.php
@@ -212,7 +212,7 @@ class CategoryModel extends Base
{
$categories = $this->db
->table(self::TABLE)
- ->columns('name', 'description')
+ ->columns('name', 'description', 'color_id')
->eq('project_id', $src_project_id)
->asc('name')
->findAll();