[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.00-12-g8a6215c

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 09:37:24 CET 2013


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  8a6215c8c789c4c3044d08ab83f3353cd857a055 (commit)
      from  735b7ea1909c7f3cf45855fc54931d837459f20e (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 8a6215c8c789c4c3044d08ab83f3353cd857a055
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Fri Nov 8 17:10:08 2013 +0000

    Bug 11222: fix crash that can occur in search for items to add to label batch
    
    This patch fixes a regression on label-item-search.pl introduced by
    the patch for bug 9239 where searching for items to add to a label
    batch fails with an error if QueryParser is not enabled and you use
    the "Added on or before date" search option.
    
    Test plan:
    
    0) Set "UseQueryParser" to "do not try"
    1) Start with an installation with bibliografic data and items
       information.
    2) Check that in items there are values inside Accession Date
    
    Without the patch:
    a) Go in Home› Tools› Labels  and click on 'New batch'
    b) Click on 'Add Item(s)'
    c) Try to select items with option "Added on or before date"
    d) You will receive an error
    
    With the patch:
    Try steps a),b), and c)
    Now you don't receive an error and you can select items
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Added a description of the problem and copied the test plan from the bug
    report, with the addition of the information that QueryParser must be
    off to confirm and test.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 69c42067ced1da3821e8a893c76c2f1f1195f946)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 labels/label-item-search.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list