changeset 660:060a4f66de08

merged
author Dustin Demuth <dustin@intevation.de>
date Thu, 19 Mar 2015 10:56:01 +0100
parents 40834912929e (current diff) 74cc7f086d83 (diff)
children 04cf6b514e3e
files
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/Filter.js	Thu Mar 19 10:55:01 2015 +0100
+++ b/app/controller/Filter.js	Thu Mar 19 10:56:01 2015 +0100
@@ -197,9 +197,8 @@
             }
             searchParams[filter.getName()] = value;
         }
-        resultGrid.getStore().load({
-            params: searchParams
-        });
+        resultGrid.getStore().proxy.extraParams = searchParams;
+        resultGrid.getStore().load();
         resultGrid.show();
     },
 

http://lada.wald.intevation.org