Bug 29160 - Default Framework Report Yields Empty Download
Summary: Default Framework Report Yields Empty Download
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: 20.05
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-04 02:17 UTC by Charles Kelley
Modified: 2023-06-24 18:43 UTC (History)
0 users

See Also:
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 (720.91 KB, application/pdf)
2021-10-04 02:17 UTC, Charles Kelley
Details

Note You need to log in before you can comment on or make changes to this bug.
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.