This commit is contained in:
tianshujie
2022-08-29 11:12:50 +08:00
parent 9722d6afd0
commit cf56fd3c55
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
<?php if($execution->type != 'ops'):?>
<tr>
<th><?php echo $lang->task->story;?></th>
<td><span id="storyIdBox"><?php echo html::select('story', $stories, $task->story, "class='form-control chosen' data-drop_direction='down'");?></span></td>
<td><span id="storyIdBox"><?php echo html::select('story', $stories, $task->story, "class='form-control chosen' data-drop_direction='down' data-max_drop_width='0'");?></span></td>
</tr>
<?php endif;?>
<?php if($task->parent >= 0 and empty($task->team)):?>