[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-6-g992cbe9

Git repo owner gitmaster at git.koha-community.org
Tue Jan 7 00:03:42 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, 19.05.x has been updated
       via  992cbe96e6b17853b369f719d40987bbb38bd64e (commit)
      from  689e0d0d62dee580df2b73bc58b3ed84b10e0a95 (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 992cbe96e6b17853b369f719d40987bbb38bd64e
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>

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

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