mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 10:58:09 +00:00
use 'refresh' event to redisplay the grid after loading the store
'datachanged' event is not actualizing the component with ExtJS6, but 'refresh' does.
This commit is contained in:
parent
8dc0c04951
commit
1cd913372c
@ -188,7 +188,7 @@ Ext.define('PVE.window.LxcSnapshot', {
|
||||
summarystore.add(kvarray);
|
||||
summarystore.sort();
|
||||
summarystore.resumeEvents();
|
||||
summarystore.fireEvent('datachanged', summarystore);
|
||||
summarystore.fireEvent('refresh', summarystore);
|
||||
|
||||
form.findField('snaptime').setValue(new Date(data.snaptime));
|
||||
form.findField('description').setValue(data.description);
|
||||
|
Loading…
Reference in New Issue
Block a user