Changed how we retrieve the DependencyList widget

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-09-07 16:53:30 +02:00
parent a3b8a0d7c8
commit ddb5a0cf95

View file

@ -21,7 +21,7 @@ ganttz.TaskComponent = zk.$extends(zk.Widget, {
this._dependencies.push(dependency);
},
_createArrow : function(){
var dependencylist = ganttz.DependencyList.$(jq('#ganttpanel > div[z\\.type="ganttz.dependencylist.Dependencylist"]').attr('id'));
var WGTdependencylist = ganttz.DependencyList.getInstance();
var unlinkedDependency = new ganttz.UnlinkedDependencyComponent();
unlinkedDependency.setOrigin(this.$n());