* Fix bug#30264.

This commit is contained in:
xieqiyu
2023-01-18 17:08:31 +08:00
parent e722cc1468
commit 62215c84b0
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
</div>
</td>
</tr>
<?php if($execution->type != 'ops'):?>
<?php if($execution->lifetime != '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' data-max_drop_width='0'");?></span></td>