[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-76-g9b21b01670

Git repo owner gitmaster at git.koha-community.org
Tue Aug 18 04:31:28 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  9b21b0167008457187bd953ab25c48e4087a9ea6 (commit)
      from  7494cea82f8b19028f757aa975e74da66f037a5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b21b0167008457187bd953ab25c48e4087a9ea6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 7 12:44:28 2020 +0200

    Bug 26165: Fix duplication of large saved reports
    
    If the combined character length of a saved report's
    title, notes and SQL is too long then pressing the
    'duplicate' button will lead to an error:
    
    "Request-URI Too Long
    The requested URL's length exceeds the capacity limit
    for this server."
    
    Test plan:
    1. Create a simple SQL report and add a lot of text
       into the notes field (the combined URL lenth must be
       >8225 characters)
    2. Save the report
    3. Press the duplicate the report from the saved reports page
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 81f06881a45d7647481aa8a21354a772f3daff88)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 50cbaa3262b11f9b4541464371477200ed84ca8a)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/includes/reports-toolbar.inc           |  2 +-
 .../en/modules/reports/guided_reports_start.tt     |  2 +-
 reports/guided_reports.pl                          | 33 ++++++++++++++--------
 3 files changed, 24 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list