* Modify the url when refresh the tree browse in project module.

This commit is contained in:
hufangzhou
2021-11-29 15:20:48 +08:00
parent a42131daee
commit bf1ca5893e
5 changed files with 11 additions and 10 deletions
+1
View File
@@ -964,6 +964,7 @@ class project extends control
{
$this->loadModel('product');
$this->session->set('bugList', $this->app->getURI(true), 'project');
$this->lang->navGroup->testcase = 'project';
$products = array('0' => $this->lang->product->all) + $this->product->getProducts($projectID, 'all', '', false);