From d24441491cd3f148d3026c984cfcf8753427557f Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 21 Dec 2022 16:47:49 +0800 Subject: [PATCH] * fix bug #30591. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index 38268d1bc4..a0ebeb48c3 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -1364,7 +1364,7 @@ class story extends control $buildApp = $tab == 'product' ? 'project' : $tab; $releaseApp = $tab == 'execution' ? 'product' : $tab; $this->session->set('productList', $uri . "#app={$tab}", 'product'); - $this->session->set('buildList', $uri, $buildApp); + if(!isonlybody())$this->session->set('buildList', $uri, $buildApp); $this->app->loadLang('bug'); $storyID = (int)$storyID;