tpac my list download csv only downloads first 10 entries
Bug #1029433 reported by
Jason Stephenson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Evergreen | Status tracked in Main | |||||
2.2 |
Won't Fix
|
Low
|
Unassigned | |||
2.3 |
Fix Released
|
Low
|
Unassigned | |||
Main |
Fix Released
|
Low
|
Unassigned |
Bug Description
EG version: Master + a load of other development branches
OpenSRF: 2.1.0
Postgres: 9.1.4
Ubuntu Precise
When the download csv button is clicked in the tpac my list interface, the resulting csv file only contains the first 10 list entries. Also, the publication date field should be added if bug 1029394 is merged.
I'll do two branches and throw them on this bug:
1. to fix the number of entries in the csv.
2. to add the publication date to the csv.
Changed in evergreen: | |
importance: | Undecided → Wishlist |
importance: | Wishlist → Undecided |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
user/dyrcona/ lp1029433_ fix on the working repository addresses #1.
It simply adds an args hashref in Trigger/ Reactor/ ContainerCSV. pm that limits the search results to 1,000.
It should cherry-pick back to 2.2 with no trouble.
#2 might not be so easy to address without affecting other parts of Evergreen.