#7720 closed enhancement (fixed)
Configurable paging for reports
| Reported by: | Owned by: | Remy Blank | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | web frontend | Version: | |
| Severity: | normal | Keywords: | paginate query |
| Cc: | scarle@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi
Just updated to latest 0.11 with paginate support of reports.
Some users complained directly and wanted the possibility to view all tickets.
In query there is a field to specify page size. I'm requesting for that to also be implemented on reports, or maybe a new link, all tickets, to be added?
Attachments (1)
Change History (7)
comment:1 by , 17 years ago
| Keywords: | paginate query added |
|---|
comment:2 by , 17 years ago
| Cc: | added |
|---|---|
| Component: | general → web frontend |
by , 17 years ago
| Attachment: | 7720-report-paging-r7687.patch added |
|---|
Patch against trunk adding user-selectable report paging
comment:4 by , 17 years ago
The patch above adds a prefs box at the top right and allows setting the number of items per page in reports. The number of pages can also be specified in report: links as an additional max parameter:
report:1?max=10
Comments welcome.
comment:5 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Patch applied in [7715], with an additional max=limit that was missing.



+1 for this, really useful when working with lots of tickets to have a page with all of them and open to quickly search with browser "find in page" and then open specific tickets in tabs…