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

index 24cde49..8ac370e 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);
+        store.on('load', i > 0 ? this.onSubLoad : this.onLoad, this);
         store.on('loadexception', this.onLoadException, this);