* Fix bug #44949.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user