[Lada-commits] [PATCH] add stus filter to messungs query

Wald Commits scm-commit at wald.intevation.org
Thu May 12 11:09:27 CEST 2016


# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1463044106 -7200
# Node ID ecce10cf32dcbe212fd2a60953132c7956b9ee84
# Parent  953b359748bba0aff5ac86787d37ca5732625fc2
add stus filter to messungs query

diff -r 953b359748bb -r ecce10cf32dc app/controller/Filter.js
--- a/app/controller/Filter.js	Wed May 11 08:59:25 2016 +0200
+++ b/app/controller/Filter.js	Thu May 12 11:08:26 2016 +0200
@@ -289,6 +289,17 @@
                     multiSelect: multi
                 });
             }
+            else if (type === 'liststatus') {
+                field = Ext.create('Lada.view.widget.Status', {
+                    name: name,
+                    labelWidth: 135,
+                    fieldLabel: label,
+                    forceSelection: false,
+                    value: value,
+                    filterId: filterId,
+                    multiSelect: multi
+                });
+            }
             if (field) {
                 filterValues.add(field);
                 filters.show();


More information about the Lada-commits mailing list