This commit is contained in:
tianshujie
2022-10-11 14:53:01 +08:00
parent bd488328ab
commit 0b49c19866
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -1176,6 +1176,7 @@ class project extends control
/* Process the openedBuild and resolvedBuild fields. */
$bugs = $this->bug->getProjectBugs($projectID, $productID, $branchID, $build, $type, $param, $sort, '', $pager);
$bugs = $this->bug->processBuildForBugs($bugs);
$bugs = $this->bug->checkDelayedBugs($bugs);
/* Get story and task id list. */
$storyIdList = $taskIdList = array();