[pve-devel] [PATCH pve-manager 4/5] use Ext.apply() instead of Ext.applyIf() to properly load child items

Emmanuel Kasper e.kasper at proxmox.com
Tue Mar 15 14:12:57 CET 2016


---
 www/manager6/window/Wizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/window/Wizard.js b/www/manager6/window/Wizard.js
index 0e6b02d..cc7f3fb 100644
--- a/www/manager6/window/Wizard.js
+++ b/www/manager6/window/Wizard.js
@@ -171,7 +171,7 @@ Ext.define('PVE.window.Wizard', {
 	    me.title = PVE.Utils.dialog_title(me.subject, true, false);
 	}
 
-	Ext.applyIf(me, {
+	Ext.apply(me, {
 	    width: 620,
 	    height: 400,
 	    modal: true,
-- 
2.1.4





More information about the pve-devel mailing list