* Modify the test case back link problem.

This commit is contained in:
tianshujie
2021-08-27 15:24:32 +08:00
parent 66334479d5
commit 5f740be96b
8 changed files with 22 additions and 4 deletions
+3 -1
View File
@@ -926,7 +926,9 @@ class execution extends control
$this->loadModel('testcase');
$this->loadModel('testtask');
$this->commonAction($executionID);
$this->session->set('caseList', $this->app->getURI(true), 'execution');
$uri = $this->app->getURI(true);
$this->session->set('caseList', $uri, 'execution');
$this->session->set('bugList', $uri, 'execution');
$products = $this->execution->getProducts($executionID);
$productID = key($products); // Get the first product for creating testcase.