diff app/controller/Filter.js @ 660:060a4f66de08

merged
author Dustin Demuth <dustin@intevation.de>
date Thu, 19 Mar 2015 10:56:01 +0100
parents 74cc7f086d83
children 2d482dfaa41a
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