* Append build branch when project unlink this branch.

This commit is contained in:
xieqiyu
2022-05-05 13:49:05 +08:00
parent 971579ab22
commit 88f641e2a7
+1
View File
@@ -179,6 +179,7 @@ class build extends control
{
$branchTagOption[$branchInfo->id] = $branchInfo->name . ($branchInfo->status == 'closed' ? ' (' . $this->lang->branch->statusList['closed'] . ')' : '');
}
if(!isset($branchTagOption[$build->branch])) $branchTagOption[$build->branch] = $this->branch->getById($build->branch, 0, 'name');
foreach($productGroups as $product) $products[$product->id] = $product->name;