Bug 29160

Summary: Default Framework Report Yields Empty Download
Product: Koha Reporter: Charles Kelley <cmkelleymls>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: 20.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Shows missing downloaded report for default framework

Description Charles Kelley 2021-10-04 02:17:13 UTC
Created attachment 125685 [details]
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.
Comment 1 Katrin Fischer 2022-01-09 00:54:31 UTC
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.
Comment 2 Katrin Fischer 2023-06-24 18:43:28 UTC
(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.