This commit is contained in:
zhaoke
2023-09-01 15:46:23 +08:00
parent ea1dbc437a
commit 375240e97c
11 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -1221,7 +1221,7 @@ class repo extends control
}
else
{
$allBugs = $this->bug->getActiveBugs($product->id, 0, '0', array_keys($linkedBugs), $pager);
$allBugs = $this->bug->getActiveBugs($product->id, 0, '0', array_keys($linkedBugs), $pager, $orderBy);
}
foreach($allBugs as $bug) $bug->statusText = $this->processStatus('bug', $bug);