* Resolved feedback #1302.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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);?>
|
||||
|
||||
Reference in New Issue
Block a user