* 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';
|
||||
|
||||
Reference in New Issue
Block a user