diff --git a/www/config/GCView.js b/www/config/GCView.js index 852dca5d..de43bc25 100644 --- a/www/config/GCView.js +++ b/www/config/GCView.js @@ -111,7 +111,7 @@ Ext.define('PBS.config.GCJobView', { listeners: { activate: 'startStore', - destroy: 'stopStore', + beforedestroy: 'stopStore', deactivate: 'stopStore', itemdblclick: 'editGCJob', },