changing column sort order in admin interface doesn't change sort order
The admin interface pages for selecting which object to change (e.g. /admin/polls/polls/ from the tutorial) allow choosing the column to sort by, and allow changing the sort order of that column (ascending or descending). However, while changing the sort order of a column changes the direction arrow correctly, the sort order doesn't change: /admin/polls/polls/?ot=desc&o=1 and /admin/polls/polls/?ot=asc&o=1 produce identical output.
Change History
(2)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Easy pickings: |
unset
|
UI/UX: |
unset
|
(In [333]) Fixed #218 -- Fixed admin change-list column sorting