Views appears to try to get along with tablesort. I read merlins annoyance at little mr table sort. Currently view sort options totally clobber table sort since the table sort order by clauses get put after views order by clauses. I think if an end user is picking a sort while browsing we should give them the benefit of the doubt that they know how they want their data sorted. This patch puts tablesort's order by clauses ahead of views order by clauses... essentially making views sort by the default sort.

CommentFileSizeAuthor
views_tablesort.patch804 bytesdopry

Comments

sun’s picture

Status: Active » Needs review
esmerel’s picture

Status: Needs review » Closed (won't fix)

At this time, only security fixes will be made to the 5.x version of Views.