* Fix create task display of execution default no choose.

This commit is contained in:
liuhong
2022-11-03 02:12:06 +00:00
parent ad6ee6377b
commit 8f967da638
+1 -1
View File
@@ -63,7 +63,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
<td id='moduleIdBox'><?php echo html::select('module', $moduleOptionMenu, $task->module, "class='form-control chosen' onchange='setStories(this.value, $execution->id)'");?></td>
<td>
<div class="checkbox-primary c-modulel">
<input type="checkbox" id="showAllModule" <?php if($showAllModule) echo 'checked';?>><label for="showAllModule" class="no-margin"><?php echo $lang->task->allModule;?></label>
<input type="checkbox" id="showAllModule" <?php if($showAllModule) echo '';?>><label for="showAllModule" class="no-margin"><?php echo $lang->task->allModule;?></label>
</div>
</td>
<td></td>