Views sort parameters override table sort.
dopry - May 16, 2008 - 00:13
| Project: | Views |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dopry |
| Status: | needs review |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| views_tablesort.patch | 804 bytes |

#1