Closed (fixed)
Project:
Views Bonus Pack
Version:
5.x-1.x-dev
Component:
Views Export
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Aug 2007 at 03:51 UTC
Updated:
23 Oct 2007 at 15:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robloachIndeed, you're right. This is a major bug and should be fixed as soon as possible. It should export all rows in the views instead of just the "nodes per page" field.
Comment #2
Anonymous (not verified) commentedThis patch will simply return all rows. When used with the filter arguments patch (http://drupal.org/node/175116) it seems to make more sense then imposing a different row limit just for exports. Excel has the row limit (65,536) so let it raise the error!
Comment #3
robloachThis makes sense if the view doesn't expect any other arguments. What happens, though, when you're using a view path like node/$arg/myview? Because then node/$arg/myview/csv doesn't have the new page limit of 0....
Comment #4
robloachDoes this do it?
Comment #5
Anonymous (not verified) commentedYes, it does. Much better patch. Thanks!
Comment #6
robloachGrandola!
Comment #7
(not verified) commented