* Fix bug#11396.

This commit is contained in:
qiyu-xie
2021-04-14 10:08:50 +08:00
parent 352fcc29b9
commit eee47cabc8
+1 -1
View File
@@ -84,7 +84,7 @@ $(function()
<?php if($app->moduleName == 'execution' && $app->methodName == 'task'):?>
<tr>
<td><?php echo $lang->datatable->showAllModule;?></td>
<td><?php echo html::radio('showAllModule', $lang->datatable->showAllModuleList, isset($config->project->task->allModule) ? $config->project->task->allModule : 0);?></td>
<td><?php echo html::radio('showAllModule', $lang->datatable->showAllModuleList, isset($config->execution->task->allModule) ? $config->execution->task->allModule : 0);?></td>
</tr>
<?php endif;?>
<tr>