[koha-commits] main Koha release repository branch master updated. v3.14.00-932-gadbbefe

Git repo owner gitmaster at git.koha-community.org
Mon Apr 28 19:12:35 CEST 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, master has been updated
       via  adbbefe72007d19d50cba097bb987cc98c74c8be (commit)
      from  f9628392f602f98e860599c814d7a8811f9cb6eb (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 adbbefe72007d19d50cba097bb987cc98c74c8be
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Apr 23 15:54:36 2014 +1000

    Bug 12127: fix incorrect DataTable types in Holds to Pull list
    
    This patch explicitly sets the sType in the Holds to Pull list table
    for the libraries, itypes, and locations columns. It appears that the
    type is automatically being set to "html" when it should be set to
    "string".
    
    It needs to have a sType of "string", since DataTables will strip out
    the <br> tags when using "html", and we need them for the regexp
    we use to create a more precise filter search.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Place a "next available" hold on a record with an item available
    from one library/branch (e.g. "Branch A")
    2) Place a "next available" hold on a record with an item available
    from two different libraries/branches
    3) Place a "next available" hold on a record with an item available
    from three different libraries/branches - one of which is the same
    as the library/branch from Step 1.
    4) Go to the Holds to Pull List
    5) Filter the branches by "Branch A".
    6) You should only see the hold from Step 1 - not Step 3.
    7) Try filtering on a branch for a hold that has multiple
    libraries/branches. (They shouldn't appear when filtering, except
    when using the "None" filter).
    
    Apply the patch.
    
    After applying:
    1) Repeat Steps 4-7 from above. When filtering on "Branch A", you
    should be able to see all holds that are available at "Branch A",
    even if they are available at other branches (i.e. the holds has
    multiple libraries listed).
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list