Ticket #7544 (closed defect: fixed)
Pagination in ticket query doesn't work when no constraints are defined
| Reported by: | rblank | Owned by: | rblank |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11.2 |
| Component: | general | Version: | 0.11-stable |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Go to "View Tickets", "Custom Query", remove all constraints, set the number of items per page to 10 and click "Update". A list of tickets is shown, with more than one page available.
Execute a refresh in the browser, and only the first page remains. All other pages have disappeared. The same happens if one of the links to the next pages is clicked.
This is due to the WHERE clause generated for queries with no constraints but with a list of tickets in the session data.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


