use Ext.apply() instead of Ext.applyIf() to properly load child items
This commit is contained in:
committed by
Dietmar Maurer
parent
b47dcaec3a
commit
f805a76242
@ -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,
|
||||
|
Reference in New Issue
Block a user