[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-76-g708fcf8

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 22:30:17 CET 2019


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, 18.05.x has been updated
       via  708fcf8b4ccfa04681339920d1a1c9fb608c9d03 (commit)
      from  e347ef104a389d62eebb1fb9385865167e7235e8 (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 708fcf8b4ccfa04681339920d1a1c9fb608c9d03
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 10 14:32:22 2019 -0500

    Bug 22097: CataloguingLog should be suppressed for item branch transfers
    
    Bug 18816 missed the fact that a branch transfer triggers ModItem and
    thus generates an action log line. We should not be creating those
    action logs, especially considering the transfers table itself already
    documents the transfer.
    
    Test Plan:
    1) Enable CataloguingLog
    2) Transfer an item to another branch
    3) Note the new action log line created
    4) Apply this patch
    5) Create another item transfer
    6) No new action log line should be created!
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b3c25b64b868b56423c50b9df4fac4bb55947679)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0f0218bc838bee7b55853a456334fd2518b5784c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list