Support multiple projects in gantt chart

This commit is contained in:
Nathan Gray 2014-09-24 17:21:24 +00:00
parent 812518f72f
commit f0bb5a8957

View File

@ -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();
},