mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 14:28:53 +00:00
use refresh event instead of datachanged
This commit is contained in:
parent
203fd3488f
commit
59f2dd3dcf
@ -278,7 +278,7 @@ Ext.define('PVE.lxc.CreateWizard', {
|
|||||||
summarystore.add(data);
|
summarystore.add(data);
|
||||||
summarystore.sort();
|
summarystore.sort();
|
||||||
summarystore.resumeEvents();
|
summarystore.resumeEvents();
|
||||||
summarystore.fireEvent('datachanged', summarystore);
|
summarystore.fireEvent('refresh');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onSubmit: function() {
|
onSubmit: function() {
|
||||||
|
@ -143,7 +143,7 @@ Ext.define('PVE.qemu.CreateWizard', {
|
|||||||
summarystore.add(data);
|
summarystore.add(data);
|
||||||
summarystore.sort();
|
summarystore.sort();
|
||||||
summarystore.resumeEvents();
|
summarystore.resumeEvents();
|
||||||
summarystore.fireEvent('datachanged', summarystore);
|
summarystore.fireEvent('refresh');
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user