*Fix bug 17682.

This commit is contained in:
songchenxuan
2021-12-23 16:24:11 +08:00
parent 47d7d7a92d
commit 2507b9ba75
9 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<table class='table table-form'>
<?php if($config->systemMode == 'new'):?>
<tr>
<th class='w-120px'><?php echo $lang->execution->project;?></th>
<th class='w-120px'><?php echo $lang->execution->projectName;?></th>
<td><?php echo html::select('project', $allProjects, $execution->project, "class='form-control chosen' required");?></td><td></td>
</tr>
<?php endif;?>