* Finish task #53651.

This commit is contained in:
zhouxudong
2022-05-12 03:57:23 +00:00
parent 65fff67e58
commit f98d82234a
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<?php if($config->systemMode == 'new'):?>
<tr>
<th class='w-120px'><?php echo $lang->execution->projectName;?></th>
<td><?php echo html::select('project', $allProjects, $execution->project, "class='form-control chosen' onchange='changeProject($execution->project)' required");?></td><td></td>
<td><?php echo html::select('project', $allProjects, $execution->project, "class='form-control chosen' onchange='changeProject(this.value)' required");?></td><td></td>
</tr>
<?php endif;?>
<tr>