#10280 closed defect (fixed)
Desc/Asc sort issue
| Reported by: | sdegrande | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | DownloadsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | rjollos | Trac Release: | 1.0 |
Description
Changing the ascending/descending sort order of a column (via the triangular arrows on the HTML table, or via the configuration parameters in trac.ini) has no impact.
The proposed attached patch fixes that issue.
Thanks for your great work !
Attachments (0)
Change History (6)
comment:1 Changed 10 months ago by sdegrande
comment:2 in reply to: ↑ description Changed 9 months ago by rjollos
- Owner changed from Blackhex to rjollos
- Status changed from new to assigned
Replying to sdegrande:
Changing the ascending/descending sort order of a column (via the triangular arrows on the HTML table, or via the configuration parameters in trac.ini) has no impact.
My observation was that changing the sort direction by clicking on the arrow worked correctly, but setting the option in trac.ini had no effect.
comment:3 Changed 9 months ago by rjollos
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 follow-up: ↓ 5 Changed 9 months ago by rjollos
Please report back if you have a chance to test the latest trunk. Note the directory reoganization in [12063:12066].
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 9 months ago by sdegrande
Replying to rjollos:
Please report back if you have a chance to test the latest trunk. Note the directory reoganization in [12063:12066].
I'll will do ASAP.
Thanks for your work.
comment:6 in reply to: ↑ 5 Changed 8 months ago by sdegrande
Replying to sdegrande:
Replying to rjollos:
Please report back if you have a chance to test the latest trunk. Note the directory reoganization in [12063:12066].
I'll will do ASAP.
Thanks for your work.
I just tested r12139.
Works well. Thanks.


I was not able to attach a file on the ticket, so here is the diff:
downloadsplugin/0.12/tracdownloads/api.py