# HG changeset patch # User Dustin Demuth # Date 1426256284 -3600 # Node ID 027703542596b4c617c1f9b4829387b2914f30d5 # Parent 8a156a7fbe67236823c107fe95e5e472595e643f# Parent 69e66117bd58ff7448d4474dcb8daf65b34dc0dc merged diff -r 8a156a7fbe67 -r 027703542596 app/controller/Filter.js --- a/app/controller/Filter.js Fri Mar 13 15:11:12 2015 +0100 +++ b/app/controller/Filter.js Fri Mar 13 15:18:04 2015 +0100 @@ -19,8 +19,7 @@ ], stores: [ - 'ProbenList', // List of found Proben - 'Queries' + 'ProbenList' // List of found Proben ], init: function() { diff -r 8a156a7fbe67 -r 027703542596 app/view/FilterPanel.js --- a/app/view/FilterPanel.js Fri Mar 13 15:11:12 2015 +0100 +++ b/app/view/FilterPanel.js Fri Mar 13 15:18:04 2015 +0100 @@ -27,7 +27,7 @@ xtype: 'combobox', name: 'filter', editable: false, - store: 'Queries', + store: Ext.create('Lada.store.Queries'), displayField: 'name', valueField: 'id', emptyText: 'Wählen Sie eine Abfrage'