This commit is contained in:
孙华伟
2022-02-25 11:08:38 +08:00
parent 47e2415b16
commit 0067119fbe
-5
View File
@@ -815,13 +815,8 @@ class execution extends control
$showModule = !empty($this->config->datatable->executionStory->showModule) ? $this->config->datatable->executionStory->showModule : '';
$modulePairs = $showModule ? $this->tree->getModulePairs($type == 'byproduct' ? $param : 0, 'story', $showModule) : array();
//if($param) $this->session->set('executionStoryBrowseParam', $param ? false : true);
$isAllProduct = true;
if($this->cookie->storyProductParam or $this->cookie->storyModuleParam or $this->cookie->storyBranchParam) $isAllProduct = false;
a('is'.$isAllProduct);
//if($this->cookie->storyProductParam) $isAllProduct = $this->session->executionStoryBrowseParam;
//if(isset($_GET['param'])) $isAllProduct = $param ? false : true; /* Assign. */
$this->view->title = $title;
$this->view->position = $position;