From 921f3813f18947342dbe310962da25205ea99b5a Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 17 Sep 2012 12:50:24 +0100 Subject: [PATCH] Hack to get lovcombo working in extjs 3.4. --- src/webui/static/lovcombo/lovcombo-all.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/webui/static/lovcombo/lovcombo-all.js b/src/webui/static/lovcombo/lovcombo-all.js index 3d8d1447..6d5898f1 100644 --- a/src/webui/static/lovcombo/lovcombo-all.js +++ b/src/webui/static/lovcombo/lovcombo-all.js @@ -51,6 +51,11 @@ Ext.ux.form.LovCombo = Ext.extend(Ext.form.ComboBox, { */ ,separator:',' + /** + * Mask out this function it breaks the component in 3.4 + */ + ,assertValue: Ext.emptyFn + /** * @cfg {String/Array} tpl Template for items. * Change it only if you know what you are doing.