From 04611bb5cc21c3cf6fc9aee367d593e5a88cf265 Mon Sep 17 00:00:00 2001 From: liuhong Date: Fri, 26 Aug 2022 03:31:58 +0000 Subject: [PATCH] Fix bug #66232. --- module/story/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index d9c65ca598..f47272fc55 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -1227,7 +1227,6 @@ 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('releaseList', $uri, $releaseApp); $this->session->set('buildList', $uri, $buildApp); $storyID = (int)$storyID;