mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-09 11:25:25 +00:00
correctly use 'getStore' instead of 'get' and reload instead of load
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5009e3438b
commit
86109d3a8b
@ -60,7 +60,7 @@ Ext.define('PMG.Dashboard', {
|
|||||||
viewModel.notify();
|
viewModel.notify();
|
||||||
|
|
||||||
Ext.Array.forEach(['recentmails', 'receivers'], function(item) {
|
Ext.Array.forEach(['recentmails', 'receivers'], function(item) {
|
||||||
viewModel.get(item).load();
|
viewModel.getStore(item).reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (setState) {
|
if (setState) {
|
||||||
|
Loading…
Reference in New Issue
Block a user