* Merge #f1c73eba0a, Add locate logic in gantt view.
This commit is contained in:
@@ -48,7 +48,7 @@ form {display: block; margin-top: 0em; margin-block-end: 1em;}
|
||||
.gantt_grid_head_owner_id {text-align: left}
|
||||
.gantt_critical_task{background:#e63030 !important; border-color:#9d3a3a !important;}
|
||||
.gantt_marker .gantt_marker_content {left: -15px; background-color: #f51e1e;}
|
||||
.gantt_row.task-item{cursor: pointer;}
|
||||
.gantt_row{cursor: pointer;}
|
||||
|
||||
#ganttDownload, #ganttHeader {display: none;}
|
||||
#ganttContainer {margin-top: 40px;}
|
||||
@@ -667,11 +667,6 @@ $(function()
|
||||
return getByIdForGantt(gantt.serverList('userList'), task.owner_id);
|
||||
};
|
||||
|
||||
gantt.templates.grid_row_class = function (start, end, task)
|
||||
{
|
||||
if(task.type == 'task') return 'task-item';
|
||||
};
|
||||
|
||||
gantt.templates.link_class = function(link)
|
||||
{
|
||||
var types = gantt.config.links;
|
||||
|
||||
Reference in New Issue
Block a user