[Lada-commits] [PATCH 3 of 8] merged
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 19 11:17:51 CET 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1426758961 -3600
# Node ID 060a4f66de084e74ed1a1e88af99a6bbf3be6ffa
# Parent 40834912929e1e7692cbdf004d8bb2c3fe653788
# Parent 74cc7f086d8364d34852514a350bb1d220448568
merged
diff -r 40834912929e -r 060a4f66de08 app/controller/Filter.js
--- 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();
},
More information about the Lada-commits
mailing list