Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:58:26 +0000 (15:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 07:58:26 +0000 (15:58 +0800)
Roo/form/ComboNested.js

index 4bcee34..43002d5 100644 (file)
@@ -372,7 +372,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
     {
         
        var stack = [];
-       var rec =  this.findRecordInStore(this.store, this.hiddenName, this.getValue());
+       this.findRecordInStore(this.store, this.hiddenName, this.getValue(), stack);
        
     }