Modify ↓
#1610 closed defect (fixed)
sorting only works twice in custom query results
Reported by: | vittorio | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | report system | Version: | devel |
Severity: | minor | Keywords: | custom query |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
sorting in custom query results only works twice when clicking on a column header (e.g. Ticket, Summary ..)
on 1st click the results are sorted ascending
on 2nd click the results are sorted descending
on every other click the the results remain sorted descending
using trunk r1739, python 2.3, mod_python
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 18 years ago
Milestone: | → 0.9 |
---|
Note:
See TracTickets
for help on using tickets.
I'll try to fix that by using the
sortable_th
CS macro (which is currently used only in the browser.cs)