+ Add 2.5 level menu for the project bug list.

This commit is contained in:
tianshujie
2023-10-24 14:22:13 +08:00
parent e25457f33d
commit 47dea27cab
6 changed files with 102 additions and 21 deletions
+1 -1
View File
@@ -916,7 +916,7 @@ class bugModel extends model
if($type == 'bysearch')
{
$bugs = $this->getBySearch('project', $productID, $branchID, $projectID, $param, $excludeBugs, $orderBy, $pager);
$bugs = $this->getBySearch('project', $productID, $branchID, $projectID, 0, $param, $excludeBugs, $orderBy, $pager);
}
else
{