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);