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.
| Comment | File | Size | Author |
|---|---|---|---|
| views_tablesort.patch | 804 bytes | dopry |
Comments
Comment #1
sunComment #2
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.