Opened 13 years ago
Closed 13 years ago
#636 closed defect (fixed)
Bugs in PDF printing
Reported by: | heikki | Owned by: | heikki |
---|---|---|---|
Priority: | major | Milestone: | v2.6.5 |
Component: | General | Version: | v2.6.3 |
Keywords: | PDF print, pagination, selectionmanager | Cc: |
Description
When you retrieve >10 metadata, the results are paginated. Now select 1 result on the first page and PDF-print it. Then click on the link to go to page 2. It only displays one metadata, the one you just printed on the first page.
This is fixed by adding <param name="restoreLastSearch" value="yes" /> to the class SelectionSearch in service pdf.selection.search. But with this fix, when you select 1 metadata and PDF-print, it prints all search results instead. This is caused by a double call to class Result in service pdf.present. Removing the first one (the <class> call) fixes it.
Happens in 2.6.x and in trunk. But these bugs do not occur in the new experimental GUI. The fixes also do not affect the new GUI, just fix it in the classic GUI.
fixed in trunk (rev. 8295) and in 2.6.x (rev 8296).