Exported data not respecting clicksort resequencing

peamik123 - June 24, 2009 - 16:14
Project:Views Bonus Pack
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I have a table view that provides a list of nodes. The default sort order is date (desc). This sequence is defined both in the sort criteria on the defaults display, as well as the default sequence in the table plugin style settings.

Exporting the view to csv respects the date sequence, but if the client chooses to click-sort on a column other than date, the exported csv is still sorted by date.

The link path on the csv button for initial display of view (ie using default sort sequence) is http://sitename/all_previous_meetings_by_region/6/export_to_csv.

If I click-sort on title, the display resequences correctly, and the link path changes to http://sitename/all_previous_meetings_by_region/6/export_to_csv?order=ti...

Is there a fault or omission in the code that is ignoring the clicksort resequence info in the link, or am I perhaps missing some nuance in the feed configuration?

 
 

Drupal is a registered trademark of Dries Buytaert.