[Bug 29160] New: Default Framework Report Yields Empty Download
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29160 Bug ID: 29160 Summary: Default Framework Report Yields Empty Download Change sponsored?: --- Product: Koha Version: 20.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs@lists.koha-community.org Reporter: cmkelleymls@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 125685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125685&action=edit Shows missing downloaded report for default framework I have created a report for getting a list of bibliographic reports based on the framework. Here's the SQL instruction: SELECT biblio.biblionumber AS 'Bib. Record No.', biblio.author AS 'Author', biblio.title AS 'Title' FROM biblio WHERE biblio.frameworkcode = <<Which framework?|biblio_framework>> ORDER BY biblio.biblionumber ASC This instruction yields a report in the website. But when I check the Download button and/or when I select a new page" in a multipage list AND the choosen framework is the default, the downloaded list is empty excepting for the list headers. This happens to all three download file options: CSV, TAB, and ODS. In contrast, when another framework is choosen, the downloaded list includes all the findings; and list continues onto the next page when another page number is choosen. A PDF of screenshots collected is attached. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29160 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Charles, I have tested your report on 20.11 and the current development version and results displayed and download worked correctly. Do you still see the issue? You might want to consider updating to a newer version if you haven't yet, as 20.05 is quite old and no longer maintained. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29160 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #1)
Hi Charles, I have tested your report on 20.11 and the current development version and results displayed and download worked correctly.
Do you still see the issue?
You might want to consider updating to a newer version if you haven't yet, as 20.05 is quite old and no longer maintained.
Closing WORKSFORME, also note that 20.05 is no longer maintained. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org