Roundup Tracker - Issues

Issue 1783492

classification
Exporting results of searches with > 1 ID fails
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: jpend : jpend
Priority: normal :

Created on 2007-08-28 15:47 by anonymous, last changed 2007-09-18 17:04 by jpend.

Files
File name Uploaded Description Edit Remove
query.csv anonymous, 2007-08-28 15:47 Example CSV export for searches on multiple IDs
dev-9ec645529627d834a08c5c01a614dadffa4c6e7d.patch jpend, 2007-09-18 17:04 fix id handling during indexargs_url
Messages
msg2472 Author: [hidden] (anonymous) Date: 2007-08-28 15:47
If you search for IDs 1, 2 and 3 (by appending id=1&id=2&id=3 to the search URL) you receive a valid set of results containing just those bugs. However, trying to export those results as a CSV produces an error in the body of the CSV (the columns are created correctly).

An example CSV export is attached.
msg2473 Author: [hidden] (jpend) Date: 2007-09-18 17:04
A new cgi/templating.py has been checked in to CVS that fixes this problem.

I've also attached the patch to this issue.
File Added: dev-9ec645529627d834a08c5c01a614dadffa4c6e7d.patch
History
Date User Action Args
2007-08-28 15:47:55anonymouscreate