From b041e5c885b6a726d70b05a582016c70df75fa3a Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 31 May 2022 20:28:13 +0800 Subject: [PATCH] * After creating a bug in the execution bug list, you jump to the execution testcase list. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index dd82569951..7b214038a7 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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;