I have a Page view that displays nodes in a table, with paging. The CSV/Doc export works correctly in this case, but something is also causing the table and page links to be displayed twice. (As far as I can tell, it's like $content is being output twice somewhere.)
If I disable the Bonus: Views Export module, the table view displays only once, as it should.
Comments
Comment #1
usonian commentedIt looks like the implementation of hook_views_post_view() was broken between v1.1 and 1.2alpha1 - it's returning the output plus the links, whereas it should just be returning the links. I'll have a patch in a moment.
Comment #2
usonian commentedMy mistake, this *is* working after all. I'm working on an existing site which supposedly had version 5.x-1.2-alpha1 installed, but upon comparing a freshly downloaded copy to the existing one, there were a number of differences - the hook was broken in whatever version that was. Very strange.
Marking this closed - my apologies for the chatter.