[pve-devel] [PATCH manager 1/3] remove unneeded applyEmptyText
Dominik Csapak
d.csapak at proxmox.com
Wed Feb 15 14:55:48 CET 2017
this was not needed and does not work with extjs 6.2
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/Toolkit.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/Toolkit.js b/www/manager6/Toolkit.js
index e23985e..7581a9e 100644
--- a/www/manager6/Toolkit.js
+++ b/www/manager6/Toolkit.js
@@ -174,7 +174,6 @@ Ext.define('PVE.form.ComboBox', {
// copied from combobox
var me = this;
me.callParent();
- me.applyEmptyText();
// clear and set when not the same
var value = me.getValue();
--
2.1.4
More information about the pve-devel
mailing list