Bug 22447 - Server error on report with missing parameter
Summary: Server error on report with missing parameter
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-03 00:39 UTC by Radek Šiman (R-Bit Technology, s.r.o.)
Modified: 2024-07-04 20:37 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Šiman (R-Bit Technology, s.r.o.) 2019-03-03 00:39:14 UTC
Save this SQL report:
SELECT title FROM biblio where YEAR(copyrightdate) > YEAR(<<from|date>>) and title = <<title>>

Run it, leave the date field "from" empty and fill any text into the "title" field. Sending the half-filled form causes internal server error to show up.
Comment 1 Katrin Fischer 2023-09-23 22:14:17 UTC
There is no longer an error. Tested on the current development version.