* Fix bug#22114.

This commit is contained in:
xieqiyu
2022-04-29 11:29:40 +08:00
parent f005a22eb8
commit 88fbdad2fd
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -1734,6 +1734,7 @@ class executionModel extends model
{
foreach($branchPairs as $branchID => $branchName)
{
if(strpos($param, 'withMain') !== false and $branchID == BRANCH_MAIN) continue;
if(!isset($projectProducts[$productID][$branchID])) unset($branchGroups[$productID][$branchID]);
}
}