* code for task#1800.

This commit is contained in:
xia0ta0
2014-03-05 10:05:08 +08:00
parent 8d53f48c68
commit 25262593fc
2 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class task extends control
die(js::locate($storyLink, 'parent'));
}
$stories = $this->story->getProjectStoryPairs($projectID);
$stories = $this->story->getProjectStoryPairs($projectID, 0, 0, 'short');
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$modules = $this->loadModel('tree')->getTaskOptionMenu($projectID);
$title = $project->name . $this->lang->colon . $this->lang->task->batchCreate;