Bug 7363 - Downloading a list in CSV format doesn't work
Summary: Downloading a list in CSV format doesn't work
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Lists (show other bugs)
Version: 3.6
Hardware: All All
: P3 normal (vote)
Assignee: Adrien SAURAT
QA Contact: Ian Walls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 15:21 UTC by Adrien SAURAT
Modified: 2013-12-05 19:57 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
proposed patch (1.50 KB, patch)
2011-12-16 15:55 UTC, Adrien SAURAT
Details | Diff | Splinter Review
Bug 7363: allows downloading of lists in CSV format (1.55 KB, patch)
2011-12-18 07:46 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Adrien SAURAT 2011-12-16 15:21:05 UTC
Home › Lists › Public Lists
Choose a list and then click on the Download list button. The CSV choices don't work (they don't transmit the shelfid in their URL).

Same thing with private lists.
Comment 1 Adrien SAURAT 2011-12-16 15:55:39 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2011-12-18 07:46:25 UTC
Created attachment 6850 [details] [review]
Bug 7363: allows downloading of lists in CSV format

Getting a list in CSV format was impossible because the
shelfid parameter was empty in the URL.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Comment 3 Ian Walls 2012-01-11 02:25:59 UTC
Template Toolkit scope issue only; easy to read, marking Passed QA
Comment 4 Paul Poulain 2012-01-13 11:13:54 UTC
patch pushed, please test