kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Order search paging doesn't keep filter settings (makes orders inaccessible!) #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the order search screen (at default order manager
/@@manage-getpaid-orders or fulfillment screen /@@pgp-warehouse-fulfillment
2. (you will need at least 2 pages of orders to make this work)
3. Set the filter to last year (whatever will give you at least a few pages
of orders). Then click on one of the pagination links

What is the expected output? What do you see instead?

It should go to the results on the N page (given the filter settings).
Instead, it goes back to the search page default (with default filter
settings). That's pretty broken...especially since it can make orders
inaccessible!

Lucie mentions she got around this by eliminating the pagination, but that
is a workaround...better would be to get it working. 

Original issue reported on code.google.com by cjj.ifpe...@gmail.com on 29 May 2008 at 9:25

GoogleCodeExporter commented 8 years ago
I am happy to take this on, however I would like to get this issue taken care 
of to
make testing this easier for me on localdev:

http://code.google.com/p/getpaid/issues/detail?id=208

Original comment by dennisha...@gmail.com on 21 Aug 2008 at 8:26

GoogleCodeExporter commented 8 years ago
Dennis, issue #208 is taken care of now. You wanna go for it?

Original comment by cjj.ifpe...@gmail.com on 5 Sep 2008 at 10:05

GoogleCodeExporter commented 8 years ago
I fixed this, the only way I found to do this without touching yoma.batching is 
to
store the filter in the session and make the filter viewlet aware of it. I also 
added
tests for it

Original comment by horacio....@gmail.com on 25 Sep 2008 at 2:09