Mercurial > lada > lada-client
changeset 1160:a393d9650a0b
Use store with all status values for filtering.
The local store of the widget contains only those which can
be set by the user.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 08 Jun 2016 12:44:03 +0200 |
parents | 85acec6c6e6a |
children | f56f3970d755 |
files | app/controller/Filter.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Filter.js Wed Jun 08 12:37:53 2016 +0200 +++ b/app/controller/Filter.js Wed Jun 08 12:44:03 2016 +0200 @@ -313,6 +313,7 @@ else if (type === 'liststatus') { field = Ext.create('Lada.view.widget.Status', { name: name, + store: Ext.StoreManager.get('statuswerte'), labelWidth: 135, fieldLabel: label, forceSelection: false,