From be59d6249bf66a0018ca1e5a18c059f6e42cc5ce Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 28 Jun 2022 01:25:06 +0000 Subject: [PATCH] * Finish task #58575. --- module/execution/control.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module/execution/control.php b/module/execution/control.php index cc1634ba14..c73ae2f10a 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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.