* Adjust dtable cols config.
This commit is contained in:
@@ -4653,9 +4653,6 @@ class taskModel extends model
|
||||
$rows = array();
|
||||
if($showBranch) $showBranch = isset($this->config->execution->task->showBranch) ? $this->config->execution->task->showBranch : 1;
|
||||
|
||||
$moduleList = $this->loadModel('tree')->getTaskOptionMenu($executionID);
|
||||
$projectList = $this->loadModel('project')->getPairs();
|
||||
$executionList = $this->loadModel('execution')->getPairs();
|
||||
foreach($tasks as $task)
|
||||
{
|
||||
$task->assignedTo = $this->printAssignedHtml($task, $users, false);
|
||||
@@ -4739,10 +4736,6 @@ class taskModel extends model
|
||||
$task->parent = 0;
|
||||
}
|
||||
|
||||
$task->module = zget($moduleList, $task->module, '');
|
||||
$task->project = zget($projectList, $task->project, '');
|
||||
$task->execution = zget($executionList, $task->execution, '');
|
||||
|
||||
$rows[] = $task;
|
||||
|
||||
if(!empty($children))
|
||||
|
||||
Reference in New Issue
Block a user