* Fix bug #43451.
This commit is contained in:
@@ -180,6 +180,7 @@ class execution extends control
|
||||
}
|
||||
}
|
||||
if(isset($branchGroups[$task->product][$task->branch])) $task->branch = $branchGroups[$task->product][$task->branch];
|
||||
if($task->needConfirm) $task->status = 'changed';
|
||||
}
|
||||
|
||||
$showAllModule = empty($this->config->execution->task->allModule) ? '' : 'allModule';
|
||||
|
||||
@@ -25,7 +25,7 @@ $config->task->dtable->fieldList['pri']['group'] = 1;
|
||||
|
||||
$config->task->dtable->fieldList['status']['title'] = $lang->statusAB;
|
||||
$config->task->dtable->fieldList['status']['type'] = 'status';
|
||||
$config->task->dtable->fieldList['status']['statusMap'] = $lang->task->statusList;
|
||||
$config->task->dtable->fieldList['status']['statusMap'] = $lang->task->statusList + array('changed' => $lang->task->storyChange);
|
||||
$config->task->dtable->fieldList['status']['sortType'] = true;
|
||||
$config->task->dtable->fieldList['status']['show'] = true;
|
||||
$config->task->dtable->fieldList['status']['group'] = 1;
|
||||
|
||||
Reference in New Issue
Block a user