#7396 closed defect (fixed)
CSV reports only contain the first "page's worth" of tickets
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.1 |
Component: | report system | Version: | 0.11 |
Severity: | major | Keywords: | csv |
Cc: | marshall@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you have a report that contains (say) 200 tickets, and your system is set up to display 100 tickets/page, if you try and get a "Comma-delimited Text" version of the report, then the report will only contain the first 100 tickets.
Reproducible at <http://trac.edgewall.org/report/1> and <svn.boost.org/report/1>
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Now that the memory leak triggered when producing those reports is fixed (ticket:6614#comment:91), I think we can get rid of the limit parameter for the alternative formats.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Similar change done in [7308] for the csv files generated using a Custom Query.
That's <http://svn.boost.org/trac/boost/report/1>, btw.