[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.12-6-g616c113

Git repo owner gitmaster at git.koha-community.org
Fri Jan 10 00:11:41 CET 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, 18.11.x has been updated
       via  616c113d788af6eaec732ab147710c5b14efd8b3 (commit)
      from  6572937d0806ed48d9cb69223a8196de8099193e (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 616c113d788af6eaec732ab147710c5b14efd8b3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 22 16:47:45 2019 +0000

    Bug 13806: Sanitize inputs where creating Reports subgroup
    
    This patch adds validation of report group and subgroup inputs so that
    the user can't enter data into only one half of the group code/name
    pair.
    
    To test, apply the patch and go to Reports -> Use saved.
    
      - Create or edit a report which doesn't have a group or subgroup
        assigned.
    
      - Under "Report group," select the "or create" radio button.
    
      - Click the "Update SQL" button to submit the form without entering a
        group code or name. The form should require taht you enter data into
        both fields.
    
      - Enter data into the report group code and name fields. Add data to
        either the code or data field under "Report subgroup." You should
        not be able to submit the form without populating both.
    
      - Start over editing a report which doesn't have a group or subgroup
        assigned.
    
        - Select an existing group under "Report group."
    
        - Under "Report subgroup," select the "or create" option.
    
          - You should not be able to submit the form without adding data in
            both the code and name fields for the report subgroup.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 798cc769fe25478ed41fa50cd41fd3a90c0a4a24)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 992cbe96e6b17853b369f719d40987bbb38bd64e)
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 .../en/modules/reports/guided_reports_start.tt     |   80 ++++++++++++++++----
 1 file changed, 65 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list