[pve-devel] [PATCH widget-toolkit 1/5] toolkit: remove unneeded applyEmptyText

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Dec 19 08:16:11 CET 2017


The parent method does this already in ExtJS 6

commit d19ffc1bb078e42a042c5c73797d713aa9cf9bcc from pve-manager

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 Toolkit.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Toolkit.js b/Toolkit.js
index d6a277b..bcfdf8e 100644
--- a/Toolkit.js
+++ b/Toolkit.js
@@ -197,7 +197,6 @@ Ext.define('Proxmox.form.ComboBox', {
 	// copied from combobox
 	var me = this;
 	me.callParent();
-	me.applyEmptyText();
 
 	// clear and set when not the same
 	var value = me.getValue();
-- 
2.11.0





More information about the pve-devel mailing list