* Modify tree browse in bug and case.

This commit is contained in:
xieqiyu
2023-11-06 01:25:18 +00:00
parent 763e0e8c33
commit 910fb0f35f
+4
View File
@@ -137,6 +137,8 @@ class tree extends control
$title = $this->lang->tree->manageBug;
$position[] = html::a($this->createLink('bug', 'browse', "product=$rootID"), $product->name);
$position[] = $this->lang->tree->manageBug;
$this->view->productID = $rootID;
}
elseif($viewType == 'feedback' or $viewType == 'ticket')
{
@@ -161,6 +163,8 @@ class tree extends control
$title = $this->lang->tree->manageCase;
$position[] = html::a($this->createLink('testcase', 'browse', "product=$rootID"), $product->name);
$position[] = $this->lang->tree->manageCase;
$this->view->productID = $rootID;
}
elseif($viewType == 'caselib')
{