[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-141-g32e5f75

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:38:22 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  32e5f75630a85619725482f09e1bae33d9ea7b48 (commit)
      from  0688481749e474cf87d16e2bbdd6a60eff1ed9ff (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 32e5f75630a85619725482f09e1bae33d9ea7b48
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 2 09:43:01 2016 +0100

    Bug 16955: Do not clear from cache when adding a new framework
    
    There are several issues with these lines:
    1/ $cache is not defined correctly and it not visible inside
    duplicate_framework
    2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode
    3/ these calls are not needed. As we are creating a new framework, the cache
    should be empty...
    
    This patch will simply remove these calls
    
    Test plan:
    Duplicate a framework and confirm that you do not get any error in your
    logs.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 84812129c979557cd2232c3a8b5b0f01c368a634)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit c05e2c13552ec9236de8ba8052864d91134516a3)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 admin/marctagstructure.pl |    3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list