This commit is contained in:
liuhong
2022-08-26 03:31:58 +00:00
parent b1516dbc92
commit 04611bb5cc
-1
View File
@@ -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;