* After creating a bug in the execution bug list, you jump to the execution testcase list.

This commit is contained in:
xieqiyu
2022-05-31 20:28:13 +08:00
parent 88e32db3a6
commit b041e5c885
+1 -1
View File
@@ -883,7 +883,7 @@ class execution extends control
$this->loadModel('datatable');
/* Save session. */
$this->session->set('bugList', $this->app->getURI(true), 'qa');
$this->session->set('bugList', $this->app->getURI(true), 'execution');
$type = strtolower($type);
$queryID = ($type == 'bysearch') ? (int)$param : 0;