From 9d8f2f7634e4ee92591ed782bc5c0c3a1d718a6a Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 23 Apr 2024 08:55:12 +0800 Subject: [PATCH] + Save bugList session in execution::importBug. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 174b65c7b7..ad3be3af97 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -359,6 +359,7 @@ class execution extends control */ public function importBug(int $executionID = 0, string $browseType = 'all', int $param = 0, int $recTotal = 0, int $recPerPage = 30, int $pageID = 1) { + $this->session->set('bugList', $this->app->getURI(true), 'execution'); $execution = $this->execution->getByID($executionID); if(!empty($_POST)) {