* Modify dynamic back link problem.

This commit is contained in:
tianshujie
2021-08-31 09:12:58 +08:00
parent 9b5e65973e
commit f459105129
5 changed files with 8 additions and 8 deletions
+1
View File
@@ -2560,6 +2560,7 @@ class execution extends control
$this->session->set('bugList', $uri, 'qa');
$this->session->set('caseList', $uri, 'qa');
$this->session->set('testtaskList', $uri, 'qa');
$this->session->set('reportList', $uri, 'qa');
/* use first execution if executionID does not exist. */
if(!isset($this->executions[$executionID])) $executionID = key($this->executions);