beingsane / streeme

Automatically exported from code.google.com/p/streeme
MIT License
0 stars 0 forks source link

results_per_page not working #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit apps/client/config/app.yml
2. change setting to 'results_per_page: 20'
3. run ./symfony cc

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

expected 20 results per page but I'm getting the default 60

What version of the product are you using? On what operating system?
OS=Ubuntu 10.10 64bit

Original issue reported on code.google.com by mumi...@gmail.com on 1 Jan 2012 at 4:16

GoogleCodeExporter commented 8 years ago
forgot to add: this from from the 'desktop' client

Original comment by mumi...@gmail.com on 1 Jan 2012 at 4:49

GoogleCodeExporter commented 8 years ago
Will look into it, thanks for the report.

Original comment by chaffn...@gmail.com on 2 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
thanks for the reply.
i did some digging myself and found out its caused by browser cache.
after the browser cache is cleared it functions as intended.

Original comment by mumi...@gmail.com on 3 Jan 2012 at 10:23

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r494.

Original comment by chaffn...@gmail.com on 24 Jan 2012 at 4:43

GoogleCodeExporter commented 8 years ago
It was a bug on the first pageload, so you weren't far off. The docs for the 
table generator weren't quite right for my app's usage case. I've updated the 
code and will release shortly. Thanks!

Original comment by chaffn...@gmail.com on 24 Jan 2012 at 4:59