mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 03:08:55 +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.sort();
|
||||
summarystore.resumeEvents();
|
||||
summarystore.fireEvent('datachanged', summarystore);
|
||||
summarystore.fireEvent('refresh');
|
||||
}
|
||||
},
|
||||
onSubmit: function() {
|
||||
|
@ -143,7 +143,7 @@ Ext.define('PVE.qemu.CreateWizard', {
|
||||
summarystore.add(data);
|
||||
summarystore.sort();
|
||||
summarystore.resumeEvents();
|
||||
summarystore.fireEvent('datachanged', summarystore);
|
||||
summarystore.fireEvent('refresh');
|
||||
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user