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, 19.11.x has been updated
       via  be9eeef3c9cc746e25a44b362d4d78a3739e4fb5 (commit)
      from  20150ad3ebcfe26053f9bed0c28ebe331d4c15e0 (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 be9eeef3c9cc746e25a44b362d4d78a3739e4fb5
Author: David Cook <[email protected]>
Date:   Tue Aug 18 12:20:32 2020 +1000

    Bug 26231: Remove incorrect use of AddAuthority() when 001 present
    
    This patch removes the use of AddAuthority with a non-empty
    authid argument, since that triggers an update rather than an insert.
    
    In practice, the update also fails, but the error isn't raised,
    as the database connection doesn't have RaiseError set.
    
    Test plan:
    1) Do not apply patch
    2) Try to bulkmarcimport an authority file with a 001
    3) Observe that the script reports success but no authority is added
    4) Apply the path
    5) Try to bulkmarcimport an authority file with a 001
    6) Observe that the script reports success and the authority is added
    
    Signed-off-by: Kyle M Hall <[email protected]>
    Signed-off-by: Julian Maurice <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 9622561636387ced932cc31e285d13cdba607c47)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit 276602aadbdb27cbec780c9564b93ccd0c1961b6)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

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

Summary of changes:
 misc/migration_tools/bulkmarcimport.pl | 11 -----------
 1 file changed, 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to