Mercurial > lada > lada-client
diff app/view/grid/Status.js @ 967:50d7b6e17525
Filter the selectable Messtellen in the statusgrid
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 12 Nov 2015 14:51:25 +0100 |
parents | a2c2039bb5d9 |
children | 8fabf9a3fee7 |
line wrap: on
line diff
--- a/app/view/grid/Status.js Thu Nov 12 14:26:44 2015 +0100 +++ b/app/view/grid/Status.js Thu Nov 12 14:51:25 2015 +0100 @@ -90,7 +90,7 @@ }, editor: { xtype: 'combobox', - store: Ext.data.StoreManager.get('messstellen'), + store: Ext.data.StoreManager.get('messstellenFiltered'), displayField: 'messStelle', valueField: 'id', allowBlank: false,