* Finish task #58575.

This commit is contained in:
zhouxudong
2022-06-28 01:25:06 +00:00
parent 6e2b3acd80
commit be59d6249b
+1 -4
View File
@@ -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.