[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-14-geafd2e7

Git repo owner gitmaster at git.koha-community.org
Tue Jun 27 17:07:47 CEST 2017


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, 17.05.x has been updated
       via  eafd2e7299e3db30d0d84d084fa5e49de60fa748 (commit)
      from  1c9092c94457e7ed58ce0ba45c466e0f41397e86 (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 eafd2e7299e3db30d0d84d084fa5e49de60fa748
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 14 15:53:18 2017 -0300

    Bug 18806: Fix batch revert
    
    Since bug 18242: When a biblio is deleted, a new transaction is created.
    tools/manage-marc-import.pl use the AutoCommit flag, which does not
    allow nested transaction.
    AutoCommit must not be used.
    
    Test plan:
    Import a batch, then revert it.
    The biblios must have been correctly deleted, they were not before this
    patch
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3db0401366b8e099ab2046d68cf20a9f754e1eae)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 tools/manage-marc-import.pl |   54 ++++++++++++++++++++++++++++---------------
 1 file changed, 36 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list