* Finish task #6579.

This commit is contained in:
Yagami
2019-11-27 10:05:25 +08:00
parent 0e87a83f83
commit 383a2e236b
14 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class bug extends control
$this->view->plans = $this->loadModel('productplan')->getPairs($productID);
$this->view->stories = $storyList;
$this->view->tasks = $taskList;
$this->view->setShowModule = true;
$this->view->setModule = true;
$this->display();
}