Posted by dopry on May 16, 2008 at 12:13am
Jump to:
| Project: | Views |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dopry |
| Status: | closed (won't fix) |
Issue Summary
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 |
Comments
#1
#2
At this time, only security fixes will be made to the 5.x version of Views.