+ Add 2.5 level menu for the project bug list.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user