* Fix bug#12376.

This commit is contained in:
qiyu-xie
2021-04-26 15:25:59 +08:00
parent c7a282cdd3
commit 09f16fe1b4
4 changed files with 18 additions and 9 deletions
+1
View File
@@ -193,6 +193,7 @@ class projectrelease extends control
public function view($releaseID, $type = 'story', $link = 'false', $param = '', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 100, $pageID = 1)
{
$this->session->set('buildList', $this->app->getURI(true), 'execution');
$this->session->set('storyList', $this->app->getURI(true), $this->app->openApp);
$this->loadModel('story');
$this->loadModel('bug');