I'm not sure which module or file this might relate to, but I've noticed since updating to 4.6.4 that my various admin tables no longer sort by anything but the first column. If I click on another heading, the table reverses on the first column's criteria, but it does not sort by the other column's criteria.
I've noticed this in the various statistics tables, the url aliases (cannot sort by system name), and user list (cannot sort by user name). I've noted this on four different installations on two different servers so far.
Example: The link for sorting a user table by name:
http://domain.com/admin/user?sort=asc&order=Username&order=Username&...
Result: Table is still sorted by UID.
(Also my admin block module stopped working on these sites -- I'm not sure if that's related, but it could be so I mention it here.)
Comments
Comment #1
laura s commentedFollowing up: Every time I click on one of the headers, the corresponding link urls get longer, with more
;amps added iteratively.Comment #2
CoR-1 commentedThis is a known bug, and has been solved here:
http://drupal.org/node/39566