* Merge code and finish task #8475.

This commit is contained in:
Yagami
2020-11-25 10:36:44 +08:00
parent 4541dcb42e
commit 90446d239a
88 changed files with 639 additions and 612 deletions
+1 -1
View File
@@ -1496,7 +1496,7 @@ class projectModel extends model
*/
public function getOrderedExecutions($projectID, $status, $num = 0)
{
$executionList = $this->getExecutionList($projectID, $status);
$executionList = $this->getExecutionList($projectID, 'all', $status);
if(empty($executionIdList)) return $executionList;
$executions = $mineExecutions = $otherExecutions = $closedExecutions = array();