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
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.

AttachmentSize
views_tablesort.patch804 bytes

#1

sun - September 20, 2008 - 18:37
Status:active» needs review
 
 

Drupal is a registered trademark of Dries Buytaert.