Changed how we retrieve the DependencyList widget
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
a3b8a0d7c8
commit
ddb5a0cf95
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue