* Include kanban to execution option list.

This commit is contained in:
qixinzhi
2024-04-17 07:26:23 +00:00
parent 982ae4e60e
commit 0f8e5c8f56
+1 -1
View File
@@ -1115,7 +1115,7 @@ class metricModel extends model
case 'execution':
$objectPairs = $this->dao->select('id, name')->from(TABLE_PROJECT)
->where('deleted')->eq(0)
->andWhere('type')->in('sprint,stage')
->andWhere('type')->in('sprint,stage,kanban')
->andWhere("vision LIKE '%{$vision}%'", true)
->orWhere("vision IS NULL")->markRight(1)
->fetchPairs();