Modify ↓
#9732 closed defect (fixed)
Forum sort direction not working when set from config/trac.ini
Reported by: | Joseph Coffland | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | forum sort direction |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
I couldn't get my forums to sort correctly with the forum_sort
option in the trac configuration file. I search around in the code and found the problem. The variable forum_sort_direction is not being used correctly in api.py. I've attached a patch.
Otherwise, great plugin. Thanks!
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | discussionplugin_0.11_forum_sort_direction.patch added |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 follow-up: 6 Changed 12 years ago by
If you are able, please upgrade to r12143 and report back your findings. Thanks.
comment:6 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Very simple patch to fix bug