Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 08:07:52 +0000 (16:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 08:07:52 +0000 (16:07 +0800)
Roo/form/ComboNested.js

index 26ed1bc..3b8c1b5 100644 (file)
@@ -41,7 +41,7 @@ Roo.form.ComboNested = function(config){
             throw "Roo.form.ComboNested : missing value for: " + e;
         }
     });
-    this.setStore(this.store);
+    this.setStore(this.store, true);
     
 };