From dc0b429db4aef3bc453cfda6257ea2a068530f22 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 9 Apr 2021 11:47:15 +0300 Subject: [PATCH] * Fix bug. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index e5a9b240ff..4910f1a1e6 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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))