# HG changeset patch # User Dustin Demuth # Date 1438868006 -7200 # Node ID 96e04c258b8f2040b3d091991c30e14fca2b678b # Parent 0d9fce86e6fd47d252cf517b2eb12265db4d750e Fixed Code to correct minified js diff -r 0d9fce86e6fd -r 96e04c258b8f app/controller/Filter.js --- a/app/controller/Filter.js Thu Aug 06 14:58:42 2015 +0200 +++ b/app/controller/Filter.js Thu Aug 06 15:33:26 2015 +0200 @@ -19,7 +19,8 @@ ], stores: [ - 'ProbenList' // List of found Proben + 'ProbenList', // List of found Proben + 'MessprogrammeList' //List of found Messprogramme ], displayFields: null, diff -r 0d9fce86e6fd -r 96e04c258b8f app/controller/ProbenPlanungSwitcher.js --- a/app/controller/ProbenPlanungSwitcher.js Thu Aug 06 14:58:42 2015 +0200 +++ b/app/controller/ProbenPlanungSwitcher.js Thu Aug 06 15:33:26 2015 +0200 @@ -15,7 +15,8 @@ displayFields: null, requires: [ - 'Lada.store.MessprogrammQueries' + 'Lada.store.MessprogrammQueries', + 'Lada.store.ProbeQueries' ], /** @@ -87,8 +88,6 @@ gridstore = Ext.create(gridsname); } if (gridstore) { - gridstore.addListener('beforeload', this.loadingAnimationOn, resultGrid); - gridstore.addListener('load', this.loadingAnimationOff, resultGrid); resultGrid.setStore(gridstore); resultGrid.show(); }