[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.04-6-gd8a0e92

Git repo owner gitmaster at git.koha-community.org
Tue Mar 18 08:21:40 CET 2014


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, 3.14.x has been updated
       via  d8a0e92c718e7c180a44b98fbe380c26667deacd (commit)
      from  c8bc38a682d322378ef3a2d2e19d9aadab1d362d (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 d8a0e92c718e7c180a44b98fbe380c26667deacd
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Jan 9 17:12:26 2014 +1100

    Bug 11502: make library filter in "Holds To Pull" more precise
    
    This patch uses regex checking via the DataTables fnFilter API method
    to make the branch filter more precise on the "Holds to Pull" page.
    
    The ability to use regex is built into DataTables so this just adds
    the actual expression.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Add library (branches) with codes of NM, NMH, and NB
    2) Add items (that can be placed on hold) at all these branches
    3) Place a hold on an item that is only available at NM
    4) Place a hold on an item that is only available at NMH
    5) Place a hold on an item that is only available at NM and NB
    6) Go to "Holds to Pull" in the Circulation module
    7) Filter by these three different values
    8) Note that filtering by "NM" will incorrectly bring up all three
    holds, while "NMH" and "NB" will only pull up one (like they should).
    
    Apply the patch.
    
    9) Shift+refresh the page so that your Javascript refreshes
    10) Repeat step 7 (filtering by the different branch values)
    11) Note that filtering by "NM" will now only bring up the hold for "NM"
    and the hold for "NM" and "NB", while the others still only bring up
    one hold.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e96d73aa9f462fb653b8b67d7d5bff81dab94be7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list