[Koha-bugs] [Bug 23824] Add a ‘Save and run’ button to reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 15 16:24:06 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824

Michal Urban <michalurban177 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michalurban177 at gmail.com
           Assignee|koha-bugs at lists.koha-commun |michalurban177 at gmail.com
                   |ity.org                     |
             Status|NEW                         |Needs Signoff

--- Comment #4 from Michal Urban <michalurban177 at gmail.com> ---
Created attachment 137764
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137764&action=edit
Bug 23824:  Add a Save and Run button to reports

Added a setting within the Guided SQL Reports create and edit report
interfaces.

This allows admins to bypass the need to go to the Edit SQL page to run reports
and run a report after saving.

To test:
1. Navigate to the reports screen in Koha admin, and create a SQL report
2. Create a report with "Run report after saving" switched to "Yes", save the
report
(Easy query for testing: "SELECT NOW();")
3. Notice that the report runs after saving
4. Navigate to the edit page for the report, edit the query, set "Run report
after saving" to yes and update SQL
5. Notice that the report runs after updating in the Edit SQL page
6. Create a new report with "Run report after saving" set to "No", and save
7. Notice that you are redirected to the Edit SQL page
8. Edit the query with "Run report after saving" set to "No" and update SQL
9. Notice that the SQL updates and does not run

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list