]> git.koha-community.org Git - koha.git/commit
Bug 37763: Do not show SQL report editor after 'Update and run'
authorCJ Lynce <cj.lynce@westlakelibrary.org>
Wed, 28 Aug 2024 18:45:24 +0000 (18:45 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 13 Sep 2024 11:54:18 +0000 (13:54 +0200)
commitbd79cbd858cb91a2e696a37922438d74e9c4a4e2
tree3664f3874db82c4b5eada8090973f074bc0196f3
parent61868152f24b99a4e2c9f357ee5e9c98477029fa
Bug 37763: Do not show SQL report editor after 'Update and run'

This patch corrects an error where the SQL editor screen would appear
after the report results when using 'Update and run SQL' when editing
reports.
This also corrects a related issue where the saved_sql.id of the report
would be repeatedly appended to SQL code when using 'Update and run
SQL'.

To test:
1) Login to staff client
2) Navigate to Reports -> Create from SQL
3) Create a short report (SELECT * FROM items), name it and SAVE it.
4) On the resulting "Edit SQL report' page, click 'Update and run SQL'
5) See the report runs, but at the 'Edit SQL report' screen shows at the
   bottom.
6) Apply Patch
7) Return to Reports -> Saved Reports and Edit the report you created.
8) On "Edit SQL report' page, click 'Update and run SQL'
9) Verify that the report runs, but the 'Edit SQL report' section is
   gone.

Sponsored-by: Westlake Porter Public Library
Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
reports/guided_reports.pl