| Issue 82: | Pagination in ticket lists | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What version of Django are you using? 1.0.2 What version of Python are you using? 2.5 What is your hosting environment? What version of Jutda Helpdesk are you using? trunk What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please provide any additional information below. I'd like to see pagination in the ticket lists. See the attached diff for a proposal. |
|
,
Jul 21, 2009
Hi Christian, thanks for your patch. I agree that pagination would be great on the ticket list view, but I'm unsure at this stage about adding it to the dashboard since the idea of that screen is to get an overall view of the system. What do you think? I have added pagination to the ticket list with some minor changes (had to hack the query string to ensure searching options were carried across) and checked in to SVN as r121. I'll leave this open for the meantime as I think we have to: 1) Determine best way to handle pagination on dashboard (if at all?) 2) Add a user-configuration option for number of tickets per page.
Status: Started
Owner: rwpoulton Labels: Type-Enhancement |
|
,
Jul 22, 2009
I have added a new user option for configuring the number of tickets per page, with a default of 20 if no option has been entered. Click "User Settings" in the page footer to set this for your account - any value from 1-1000 can be set by the user. The change is visible in SVN r122 along with a patch for #65 and #74. Ticket will remain option for now until we figure out the best way to handle the dashboard pagination - perhaps we should just show a handful of tickets with a message "... and 45 others" with a link to the actual ticket list? |
|
|
|