* Fix bug.

This commit is contained in:
leiyong
2021-04-09 11:47:15 +03:00
parent f5dde0e5df
commit dc0b429db4
+1 -1
View File
@@ -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))