Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
tracker.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2006 at 12:24 UTC
Updated:
8 Sep 2007 at 01:05 UTC
Dear Mr,
It is impossible to sort recent post list per column title. It is surprising because users can sort all (?) other tables (e.g. log, user list...) from core drupal module. This problem is still present from long now. I do not know if it is "just" a problem of copy or problematic to copy the code already presents into other core modules...
Kind regards.
Comments
Comment #1
stevenpatzis this still an issue?
Comment #2
FabriceV commentedYes
Comment #3
catchThe tracker query as it stands is very, very expensive. Making the tracker table sortable per-column based on the existing query would add a whole extra level of hell.
You can override the core tracker view with views though and make that sortable if you want as far as I know though.