partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9328458c3739a8dfbcd13bcd1d8c0c37dfafa8c7
parent 04eb513594a65d8076e1521ba8f18726213493a7
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Jan 2012 04:56:24 +0100

Bugfix: Once the field is filtered, pagination is broken.

Diffstat:
Msrc/frontend/js/Ext.ux/SearchField.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/frontend/js/Ext.ux/SearchField.js b/src/frontend/js/Ext.ux/SearchField.js @@ -34,7 +34,6 @@ Ext.define('Ext.ux.form.SearchField', { if (me.hasSearch) { me.setValue(''); proxy.extraParams[me.paramName] = ''; - proxy.extraParams.start = 0; store.currentPage = 1; store.load({ start: 0 }); me.hasSearch = false;