forked from extern/egroupware
Support multiple projects in gantt chart
This commit is contained in:
parent
812518f72f
commit
f0bb5a8957
@ -414,7 +414,6 @@ var et2_gantt = et2_valueWidget.extend([et2_IResizeable,et2_IInput],
|
||||
this.egw().json(this.options.autoload,
|
||||
[_task_ids[i],value,task.parent||false],
|
||||
function(data) {
|
||||
debugger;
|
||||
this.gantt.parse(data);
|
||||
this.gantt.hideCover();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user