[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-109-gb260550

Git repo owner gitmaster at git.koha-community.org
Wed May 25 10:47:00 CEST 2016


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.22.x has been updated
       via  b260550a7af6c5efa33e86b8ea35f7847ee4e582 (commit)
      from  b8f9f4150a589a2e703505474200be99bf22784f (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 b260550a7af6c5efa33e86b8ea35f7847ee4e582
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 20:21:12 2016 +0100

    Bug 16517: Do not crash when creating a list with an existing name
    
    A typo has been made during a merge conflict when rebasing bug 16517.
    
    it should be
      eval { Koha::Object->new->store; };
    instead of
      eval { Koha::Object->new; }->store;
    
    Test plan:
    From the result list (intranet side), check some entries and add them to
    a new list
    Use an existing list's name
    => Without this patch you will get a server error (exception 'Duplicate shelf
    object' raised by Koha::Virtualshelf->new->store)
    => With this patch you must get a friendly error message
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 7dfc64022b8be63a10cb4c3f802d45a0b0f99973)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 virtualshelves/addbybiblionumber.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list