From e9da12099bec23e6fe004dad92abdfa54100eebb Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 1 Feb 2024 14:11:21 +0800 Subject: [PATCH] * Fix bug #44949. --- module/task/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/task/control.php b/module/task/control.php index e2a43aa1fc..c49fd3c789 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -47,6 +47,8 @@ class task extends control $cardPosition = str_replace(array(',', ' '), array('&', ''), $cardPosition); parse_str($cardPosition, $output); + $this->session->set('executionStoryList', $this->app->getURI(true), 'execution'); + /* Set menu and get execution information. */ $executionID = $this->taskZen->setMenu($executionID); $execution = $this->execution->getById($executionID);