* finsh task #2538.

This commit is contained in:
wangyidong
2016-04-12 17:34:23 +08:00
parent 9acf763a61
commit 23ee51e7ea
5 changed files with 50 additions and 25 deletions
+5
View File
@@ -188,6 +188,11 @@ class task extends control
die(js::locate($storyLink, 'parent'));
}
/* Set Custom*/
foreach(explode(',', $this->config->task->batchCreateFields) as $field) $customFields[$field] = $this->lang->task->$field;
$this->view->customFields = $customFields;
$this->view->showFields = $this->config->task->custom->batchcreate;
$stories = $this->story->getProjectStoryPairs($projectID, 0, 0, 0, 'short');
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$modules = $this->loadModel('tree')->getTaskOptionMenu($projectID);