* finish task #62892
This commit is contained in:
@@ -69,6 +69,7 @@ form {display: block; margin-top: 0em; margin-block-end: 1em;}
|
||||
<?php js::set('dateDetails', $dateDetails);?>
|
||||
<?php js::set('module', $app->rawModule);?>
|
||||
<?php js::set('method', $app->rawMethod);?>
|
||||
<?php js::set('canGanttEdit', common::hasPriv('programplan', 'ganttEdit'));?>
|
||||
<div id='mainContent' class='main-content load-indicator' data-loading='<?php echo $lang->programplan->exporting;?>'>
|
||||
<form class="main-form form-ajax not-watch">
|
||||
<div class="example">
|
||||
@@ -456,7 +457,7 @@ $(function()
|
||||
?>
|
||||
gantt.serverList("userList", <?php echo json_encode($userList);?>);
|
||||
|
||||
gantt.config.readonly = false;
|
||||
gantt.config.readonly = canGanttEdit ? true : false;
|
||||
gantt.config.details_on_dblclick = false;
|
||||
gantt.config.order_branch = 'marker';
|
||||
gantt.config.details_on_dblclick = false;
|
||||
|
||||
Reference in New Issue
Block a user