[Lada-commits] [PATCH 5 of 5] Make a local query for the statusWerteStore

Wald Commits scm-commit at wald.intevation.org
Thu Nov 12 16:15:52 CET 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1447341337 -3600
# Node ID 8fabf9a3fee7b73f551fd207c5b0bf120680c949
# Parent  50d7b6e17525b7c1555a1bf61debaba4df2724d4
Make a local query for the statusWerteStore

diff -r 50d7b6e17525 -r 8fabf9a3fee7 app/view/grid/Status.js
--- a/app/view/grid/Status.js	Thu Nov 12 14:51:25 2015 +0100
+++ b/app/view/grid/Status.js	Thu Nov 12 16:15:37 2015 +0100
@@ -132,6 +132,7 @@
             editor: {
                 xtype: 'combobox',
                 store: statusWerteStore,
+                queryMode: 'local',
                 displayField: 'wert',
                 valueField: 'id',
                 allowBlank: false,


More information about the Lada-commits mailing list