[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-6-g6b6650ff90

Git repo owner gitmaster at git.koha-community.org
Fri Oct 16 00:13:55 CEST 2020


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, 20.05.x has been updated
       via  6b6650ff90893b42e837d809ac1a5ea34c52079d (commit)
      from  935e7f088f09458b2cb67d289dd234f686688a19 (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 6b6650ff90893b42e837d809ac1a5ea34c52079d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Sep 8 16:54:19 2020 +0200

    Bug 26407: fix query in 'title exists' in `search_for_data_inconsistencies.pl`
    
    Bug 23871 added check for 'title exists' to `search_for_data_inconsistencies.pl`.
    There is a typo in DBIx query to create or : hashref instead of arrayref.
    
    Test plan :
    1) Change title of biblio record XXX in SQL :
       UPDATE biblio SET title = '' WHERE biblionumber=XXX
    2) Change title of biblio record YYY in SQL :
       UPDATE biblio SET title = NULL WHERE biblionumber=YYY
    3) Run misc/maintenance/search_for_data_inconsistencies.pl
    4) Check you see both records
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 15174e7bd3f03555ff0120385443157f3da39fe2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/maintenance/search_for_data_inconsistencies.pl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list