* Resolved feedback #1302.

This commit is contained in:
liuhong
2022-11-02 05:51:09 +00:00
parent da8e317c4b
commit ad6ee6377b
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -539,7 +539,6 @@ $(document).ready(function()
$('#showAllModule').change(function()
{
var executionID = $('#execution').val();
var moduleID = $('#moduleIdBox #module').val();
var extra = $(this).prop('checked') ? 'allModule' : '';
$('#moduleIdBox').load(createLink('tree', 'ajaxGetOptionMenu', "rootID=" + executionID + '&viewType=task&branch=0&rootModuleID=0&returnType=html&fieldID=&needManage=0&extra=' + extra), function()
+1
View File
@@ -15,6 +15,7 @@
<?php include '../../common/view/sortable.html.php';?>
<?php js::set('toTaskList', !empty($task->id));?>
<?php js::set('blockID', $blockID);?>
<?php js::set('executionID', $execution->id);?>
<?php js::set('ditto', $lang->task->ditto);?>
<?php js::set('teamMemberError', $lang->task->error->teamMember);?>
<?php js::set('vision', $config->vision);?>