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

Git repo owner gitmaster at git.koha-community.org
Tue Dec 17 23:07:09 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-next has been created
        at  3e714ce3050d8bbfbf5dc207d536d5ce41bfa7e3 (commit)

- 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>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list