Mercurial > lada > lada-client
comparison app/view/grid/MKommentar.js @ 971:37f30b01788c
Uses a filtered store for the messtellen in PKommentare and MKommentare grids. This narrows down the list of selectable messstellen to those the user is currently associtated to
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 16 Nov 2015 11:51:11 +0100 |
parents | 6e67eb947258 |
children | 9b157a8eecf1 6d06ae7c553c |
comparison
equal
deleted
inserted
replaced
970:f4eb53ba63fc | 971:37f30b01788c |
---|---|
79 } | 79 } |
80 return r; | 80 return r; |
81 }, | 81 }, |
82 editor: { | 82 editor: { |
83 xtype: 'combobox', | 83 xtype: 'combobox', |
84 store: Ext.data.StoreManager.get('messstellen'), | 84 store: Ext.data.StoreManager.get('messstellenFiltered'), |
85 displayField: 'messStelle', | 85 displayField: 'messStelle', |
86 valueField: 'id', | 86 valueField: 'id', |
87 allowBlank: false, | 87 allowBlank: false, |
88 editable: false | 88 editable: false |
89 } | 89 } |