* 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
@@ -45,7 +45,7 @@
</tr>
<tr>
<th><?php echo $lang->build->project;?></th>
<td id='projectsBox'><?php echo html::select('project', $projects, $build->project, "class='form-control chosen' required");?></td>
<td id='projectsBox'><?php echo html::select('project', $executions, $build->project, "class='form-control chosen' required");?></td>
</tr>
<tr>
<th><?php echo $lang->build->name;?></th>