mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 12:02:14 +00:00
ext5migrate: use 'refresh' event to reload components using DiffStore
'datachanged' event was not reloading the store with ExtJS5, but 'refresh' does. According to the API description 'refresh' seems to be what we need: http://docs.sencha.com/extjs/5.1/5.1.0-apidocs/#!/api/Ext.data.AbstractStore-event-refresh
This commit is contained in:
parent
5cd975e21d
commit
953d99246e
@ -78,7 +78,7 @@ Ext.define('PVE.data.DiffStore', {
|
||||
first_load = false;
|
||||
|
||||
me.resumeEvents();
|
||||
me.fireEvent('datachanged', me);
|
||||
me.fireEvent('refresh', me);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user