Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:50:13 +0000 (12:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:50:13 +0000 (12:50 +0800)
Roo/form/ComboNested.js

index aae96f2..1ea6d42 100644 (file)
@@ -168,7 +168,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         //view.on('click', this.onViewClick, this, { list : i });
 
         store.on('beforeload', this.onBeforeLoad, this);
-        store.on('load',  this.onLoad, this, { list  : i});
+        store.on('load',  this.onStoreLoad, this, { list  : i});
         store.on('loadexception', this.onLoadException, this);