[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.11-15-g3e714ce

Git repo owner gitmaster at git.koha-community.org
Tue Dec 17 23:48:47 CET 2019


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  3e714ce3050d8bbfbf5dc207d536d5ce41bfa7e3 (commit)
      from  b3e737f96a254eb6dc73dadb89db7119e8323557 (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 3e714ce3050d8bbfbf5dc207d536d5ce41bfa7e3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 30 15:20:27 2019 +0000

    Bug 23389: Add 'All' option to report dropdowns
    
    This patch optionally adds an 'all' option to report dropdowns
    
    Note you will need to use 'LIKE' instead of '=' to allow 'All' to work
    
    To test:
     1 - Write a report:
         SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches>>
     2 - Run it
     3 - Select a branch
     4 - You get one branch info
     5 - Note you cannot select all
     6 - Apply patch
     7 - Run report
     8 - No change
     9 - Update report like:
         SELECT branchname FROM branches WHERE branchcode LIKE <<Branch|branches:all>>
    10 - Run report
    11 - Select 'All'
    12 - You get all branches
    13 - Select one branch
    14 - You get one branch
    15 - Test with other authorised categories (itemtypes, YES_NO, etc.)
    16 - Confirm it works as expected
    17 - Prove -v t/db_dependent/Reports/Guided.t
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7c97f5263d474adc11688b9b7773c5b8705d10d3)
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 C4/Reports/Guided.pm                                        |    1 +
 .../prog/en/modules/reports/guided_reports_start.tt         |    1 +
 reports/guided_reports.pl                                   |   11 ++++++-----
 t/db_dependent/Reports/Guided.t                             |    6 ++++--
 4 files changed, 12 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list