* Finish task #75649.

This commit is contained in:
mayue
2022-11-11 17:02:17 +08:00
parent bf598b3f86
commit c92e9f119a
6 changed files with 47 additions and 25 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
</tr>
<tr class='hidden modeBox'>
<th><?php echo $lang->task->mode;?></th>
<td><?php echo html::select('mode', $lang->task->modeList, '', "class='form-control chosen'");?></td>
<td><?php echo html::select('mode', $lang->task->modeList, $task->mode, "class='form-control chosen'");?></td>
</tr>
<?php if($execution->type == 'kanban'):?>
<tr>