From: Alan Knowles Date: Fri, 28 Feb 2020 07:58:26 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=17ab57c2989595ad7f21c57c7cc12a8eeaa84cda Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 4bcee34f6f..43002d559d 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -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); }