From c385974191f15833fc7fe227ff8a0315a5a389d1 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Fri, 20 Aug 2021 08:10:44 +0800 Subject: [PATCH] * Finish task #41584. --- module/projectstory/control.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/projectstory/control.php b/module/projectstory/control.php index 94f1d8ed52..6cad20a8c3 100644 --- a/module/projectstory/control.php +++ b/module/projectstory/control.php @@ -36,9 +36,6 @@ class projectStory extends control */ public function story($projectID = 0, $productID = 0, $branch = 0, $browseType = '', $param = 0, $storyType = 'story', $orderBy = '', $recTotal = 0, $recPerPage = 20, $pageID = 1) { - $this->session->set('storyList', $this->app->getURI(true), 'product'); - $this->session->set('executionList', $this->app->getURI(true), 'execution'); - $this->products = $this->loadModel('product')->getProductPairsByProject($projectID); if(empty($this->products)) die($this->locate($this->createLink('product', 'showErrorNone', 'moduleName=project&activeMenu=story&projectID=' . $projectID))); echo $this->fetch('product', 'browse', "productID=$productID&branch=$branch&browseType=$browseType¶m=$param&storyType=$storyType&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID&projectID=$projectID");