X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;fp=roojs-ui-debug.js;h=f19b9e24462990accd2459153a65500bf1117784;hp=d10424f138a860858803618a768cd19f5882423e;hb=f365c8f5a10b1ec1cb798aac2da5516e9ace2ade;hpb=39aa0f3d5ff8def917332888298f6cc65b715b96 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index d10424f138..f19b9e2446 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -20549,7 +20549,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { // private - recordToStores : function(store, prop, value, stack) + recordToStack : function(store, prop, value, stack) { var cstore = new Roo.data.SimpleStore({ //fields : this.store.reader.meta.fields, // we need array reader.. for @@ -20570,7 +20570,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { } if (r.data.cn && r.data.cn.length) { cstore.loadDataFromChildren( r); - var cret = _this.recordToStores(cstore, prop, value, stack); + var cret = _this.recordToStack(cstore, prop, value, stack); if (cret !== false) { record = cret; srec = r; @@ -20597,7 +20597,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { { // if store is not loaded, then we will need to wait for that to happen first. var stack = []; - this.findRecordInStore(this.store, this.hiddenName, this.getValue(), stack); + this.recordToStack(this.store, this.hiddenName, this.getValue(), stack); for (var i = 0; i < stack.length; i++ ) { this.view[i].select(stack[i].store.indexOf(stack[i]), false, false ); }