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.