* task modules tree support product.

This commit is contained in:
Catouse
2016-04-18 13:08:20 +08:00
parent eb14a93895
commit 35c45afc19
3 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ class tree extends control
$this->view->currentProject = $currentProject;
$this->view->projectModules = $this->tree->getTaskOptionMenu($currentProject, $productID);
$this->view->currentModuleID = $currentModuleID;
$this->view->tree = $this->tree->getFullTaskTree($rootID, $productID);
$this->view->tree = $this->tree->getFullTaskTree($rootID, $productID, 0, $newModule);
$this->display();
}