* Fix bug.
This commit is contained in:
@@ -2287,7 +2287,7 @@ class execution extends control
|
||||
$products = $this->project->getProducts($objectID);
|
||||
$browseLink = $this->createLink($this->app->openApp == 'project' ? 'projectstory' : 'execution', 'story', "objectID=$objectID");
|
||||
|
||||
$this->session->set('storyList', $this->app->getURI(true), 'product'); // Save session.
|
||||
$this->session->set('storyList', $this->app->getURI(true), $this->app->openApp); // Save session.
|
||||
|
||||
/* Only execution can have no products. */
|
||||
if(empty($products))
|
||||
|
||||
Reference in New Issue
Block a user