comparison 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
comparison
equal deleted inserted replaced
966:6e67eb947258 967:50d7b6e17525
88 } 88 }
89 return r; 89 return r;
90 }, 90 },
91 editor: { 91 editor: {
92 xtype: 'combobox', 92 xtype: 'combobox',
93 store: Ext.data.StoreManager.get('messstellen'), 93 store: Ext.data.StoreManager.get('messstellenFiltered'),
94 displayField: 'messStelle', 94 displayField: 'messStelle',
95 valueField: 'id', 95 valueField: 'id',
96 allowBlank: false, 96 allowBlank: false,
97 editable: false 97 editable: false
98 }, 98 },

http://lada.wald.intevation.org