* Finish task #41438.

This commit is contained in:
hufangzhou
2021-08-16 15:41:47 +08:00
parent a5919d62f6
commit 2ab74f5a81
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -2702,7 +2702,7 @@ class execution extends control
{
$orderedExecutions = array();
$projects = $this->loadModel('program')->getProjectList(0, 'all', 0, 'order_asc');
$projects = $this->loadModel('program')->getProjectList(0, 'all', 0, 'order_asc', null, 0, 0, true);
$executionGroups = $this->dao->select('*')->from(TABLE_EXECUTION)
->where('deleted')->eq(0)
->andWhere('type')->in('sprint,stage')