diff app/controller/Filter.js @ 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 846dcd217be3
children 695e93e3275d
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,

http://lada.wald.intevation.org