This commit is contained in:
chaideqing
2023-10-30 08:52:46 +00:00
parent 8593b9da72
commit 5f0e829b03
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project);
</tr>
<tr>
<th><?php echo $lang->bug->task;?></th>
<td><div id='taskIdBox'><?php echo html::select('task', $tasks, $bug->task, "class='form-control chosen' data-max_drop_width=100%");?></div></td>
<td><div id='taskIdBox'><?php echo html::select('task', array(), '', "class='form-control picker-select' data-max_drop_width=100%");?></div></td>
</tr>
</tbody>
</table>