Merge branch 'zentaopms_258_bug#29700' into 'master'

* Fix bug #29700.

See merge request easycorp/zentaopms!6154
This commit is contained in:
王怡栋
2022-11-15 05:24:39 +00:00
+1 -1
View File
@@ -343,7 +343,7 @@ tbody tr td:first-child input {display: none;}
<td>
<?php $builds = '';?>
<?php foreach(explode(',', $build->builds) as $buildID):?>
<?php $builds .= html::a($this->createLink('build', 'view', "buildID=$buildID") . "#app={$app->tab}", zget($buildPairs, $buildID)) . $lang->comma;?>
<?php if($buildID) $builds .= html::a($this->createLink('build', 'view', "buildID=$buildID") . "#app={$app->tab}", zget($buildPairs, $buildID)) . $lang->comma;?>
<?php endforeach;?>
<?php echo rtrim($builds, $lang->comma);?>
</td>