* Finish task #58575.
This commit is contained in:
@@ -2915,10 +2915,7 @@ class execution extends control
|
||||
$products = $this->product->getProducts($objectID);
|
||||
$queryID = ($browseType == 'bySearch') ? (int)$param : 0;
|
||||
$browseLink = $this->session->executionStoryList;
|
||||
if($this->app->tab == 'project')
|
||||
{
|
||||
$browseLink = $this->createLink('projectstory', 'story', "objectID=$objectID");
|
||||
}
|
||||
if($this->app->tab == 'project') $browseLink = $this->createLink('projectstory', 'story', "objectID=$objectID");
|
||||
|
||||
$this->session->set('storyList', $this->app->getURI(true), $this->app->tab); // Save session.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user