* Adjust getProjectPairs to getExecutionPairsByProduct.

This commit is contained in:
leiyong
2020-11-24 10:40:18 +08:00
parent 3ec0aacb61
commit 8cead79b18
11 changed files with 65 additions and 53 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</td>
<td></td>
<?php else:?>
<td class='text-muted' colspan='2'><?php if(empty($products)) printf($lang->build->noProduct, $this->createLink('project', 'manageproducts', "projectID=$projectID&from=buildCreate"));?></td>
<td class='text-muted' colspan='2'><?php printf($lang->build->noProduct, $this->createLink('project', 'manageproducts', "executionID=$executionID&from=buildCreate"));?></td>
<?php endif;?>
</tr>
<tr>