Mercurial > lada > lada-client
comparison app/view/grid/Status.js @ 968:8fabf9a3fee7
Make a local query for the statusWerteStore
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 12 Nov 2015 16:15:37 +0100 |
parents | 50d7b6e17525 |
children | d4603049cd42 |
comparison
equal
deleted
inserted
replaced
967:50d7b6e17525 | 968:8fabf9a3fee7 |
---|---|
130 return r; | 130 return r; |
131 }, | 131 }, |
132 editor: { | 132 editor: { |
133 xtype: 'combobox', | 133 xtype: 'combobox', |
134 store: statusWerteStore, | 134 store: statusWerteStore, |
135 queryMode: 'local', | |
135 displayField: 'wert', | 136 displayField: 'wert', |
136 valueField: 'id', | 137 valueField: 'id', |
137 allowBlank: false, | 138 allowBlank: false, |
138 editable: false | 139 editable: false |
139 }, | 140 }, |