* code for task#1374.

This commit is contained in:
zhujinyong
2013-06-13 05:11:38 +00:00
parent 30fcf64bc5
commit 99e9616476
7 changed files with 438 additions and 66 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ class task extends control
$this->view->position[] = $this->lang->task->edit;
$this->view->stories = $this->story->getProjectStoryPairs($this->view->project->id);
$this->view->members = $this->loadModel('user')->appendDeleted($this->view->members, $this->view->task->assignedTo);
$this->view->modules = $this->tree->getOptionMenu($this->view->task->project, $viewType = 'task');
$this->view->modules = $this->tree->getTaskOptionMenu($this->view->task->project);
$this->display();
}