Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#9957 closed defect (duplicate)

exporting report results to csv or tab-delimited Text is truncated

Reported by: bidi_bulle@… Owned by:
Priority: normal Milestone:
Component: report system Version: 0.11.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When i use the 'Download in other formats' feature, I only get the first page of the query in the downloaded file.

I have looked at the code quickly and see that in the _render_view function :

        page = int(req.args.get('page', '1'))
        limit = self.items_per_page
        if req.args.get('format', '') == 'rss':
            limit = self.items_per_page_rss
        offset = (page - 1) * limit

I would say that the csv or tab format should have no limit.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 13 years ago

Resolution: duplicate
Status: newclosed

This has long been fixed, please upgrade.

Duplicate of #8225.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.