This commit is contained in:
tianshujie
2024-01-08 17:03:59 +08:00
parent 44568155c7
commit d54f0d74fe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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';