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

index 4d5af02..14d4318 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', i > 0 ? this.onSubLoad : this.onLoad, this, { list  : i});
+        store.on('load',  this.onLoad, this, { list  : i});
         store.on('loadexception', this.onLoadException, this);