[koha-commits] main Koha release repository branch master updated. v3.14.00-55-g3c50683

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 18:51:52 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, master has been updated
       via  3c50683e0d6412b29144962e7f5d539fec28da04 (commit)
      from  d5281fd41ec4b2f0c497d75550e2c865d96183d8 (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 3c50683e0d6412b29144962e7f5d539fec28da04
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 22 10:42:42 2013 +0100

    Bug 11286: fix bug preventing adding a new subfield to an authority framework
    
    Bug 10602 introduces a bug when adding a new subfield to an authority
    framework. A new parameter is added in a sql query but the placeholder
    is missing.
    
    Test plan:
    - edit an authority framework
    - add a new subfield
    - save
    - boom!
    DBD::mysql::st execute failed: called with 16 bind variables when 15 are
    needed at
    /home/home/src/admin/auth_subfields_structure.pl line 454.
    - apply the patch and try again
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. No koha-qa errors
    
    Tested trying to add subfield to 100, 2 for example.
    Without patch silently fails (but error is logged)
    With patch subfield creation or elimination is fine
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    One line fix for a bad bug. Confirmed the bug on master and
    the fix. Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 admin/auth_subfields_structure.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list