This commit is contained in:
hufangzhou
2021-04-02 13:13:49 +08:00
parent 5860b1522f
commit 1df0e580c4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -802,6 +802,7 @@ class execution extends control
$this->view->type = $this->session->executionStoryBrowseType;
$this->view->param = $param;
$this->view->moduleTree = $this->loadModel('tree')->getProjectStoryTreeMenu($executionID, $startModuleID = 0, array('treeModel', 'createStoryLink'));
$this->view->modulePairs = $this->tree->getModulePairs($productID, 'story', true);
$this->view->tabID = 'story';
$this->view->storyTasks = $storyTasks;
$this->view->storyBugs = $storyBugs;