Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/grid/MKommentar.js Mon Nov 16 11:48:15 2015 +0100 +++ b/app/view/grid/MKommentar.js Mon Nov 16 11:51:11 2015 +0100 @@ -81,7 +81,7 @@ }, editor: { xtype: 'combobox', - store: Ext.data.StoreManager.get('messstellen'), + store: Ext.data.StoreManager.get('messstellenFiltered'), displayField: 'messStelle', valueField: 'id', allowBlank: false,