mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-06 03:37:07 +00:00
ui: gc view: use beforedestroy for stopping the store
because during destroy, the controller (and the relevant function) might not be there anymore Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0f1496d138
commit
ea14e2bb09
@ -111,7 +111,7 @@ Ext.define('PBS.config.GCJobView', {
|
||||
|
||||
listeners: {
|
||||
activate: 'startStore',
|
||||
destroy: 'stopStore',
|
||||
beforedestroy: 'stopStore',
|
||||
deactivate: 'stopStore',
|
||||
itemdblclick: 'editGCJob',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user