Mercurial > lada > lada-client
changeset 612:027703542596
merged
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 15:18:04 +0100 |
parents | 8a156a7fbe67 (current diff) 69e66117bd58 (diff) |
children | f959205ab173 |
files | |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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() {
--- 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'