From 17ab57c2989595ad7f21c57c7cc12a8eeaa84cda Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 15:58:26 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2