Compare the following paths on a Drupal 7 install with some nodes:

admin/content&sort=asc&order=Updated
admin/content&sort=desc&order=Updated

It's the same!

These are the paths of the sorting links on the "Updated date" column.

Sorting on this page is broken in Garland and Admin theme (thanks webchick for verifying) and sorting works on user admin.

CommentFileSizeAuthor
#1 node_admin_sorting.patch552 bytesberdir

Comments

berdir’s picture

Status: Active » Needs review
StatusFileSize
new552 bytes

Ups, looks like I forgot the orderByHeader($header) call there...

Status: Needs review » Needs work

The last submitted patch failed testing.

Status: Needs work » Needs review

nurmuhammad requested that failed test be re-tested.

Status: Needs review » Needs work

The last submitted patch failed testing.

asimmonds’s picture

Status: Needs work » Closed (duplicate)

Same patch in #613666: Sorting on admin/content table is incorrect was committed instead.