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.11.x has been updated
       via  9963687308d14f7a035c499e97263bf8cf56b01e (commit)
      from  5dddc0e9a730b15a0a952ee4adf09a9bce4bd76b (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 9963687308d14f7a035c499e97263bf8cf56b01e
Author: Nick Clemens <n...@bywatersolutions.com>
Date:   Mon Jun 10 18:54:30 2019 +0000

    Bug 12537: Don't retrieve XISBN results for the same biblionumber
    
    For a biblio with multiple ISBNS we sometimes get our own record back when
    check XISBN, we should test for this
    
    To test:
    1 - Edit a record in the catalogue, add two isbns:
         0521240670
         0521284198
    2 - Enable ThingISBN and FRBRizeEditions and OPACFRBRizeEditions
    3 - View the record in staff and OPAC
    4 - You should see editions tab pointing to the same record
    5 - Apply patch
    6 - Reload the record details, you should no longer see editions tab
    7 - Add the second ISBN to another record
    8 - Reload details for original record, you shoudl see editions linking to 
the record with second ISBN
    9 - prove -v t/db_dependent/XISBN.t
    
    NOTE: Current tests don't work under elasticsearch, but the code does, 
tests should be rewritten on another bug
    
    Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>
    Signed-off-by: Bouzid Fergani <bouzid.ferg...@inlibro.com>
    Signed-off-by: Arthur Bousquet <arthur.bousq...@inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit fd5686b156ceb10958cab728b7695aa2b39b9933)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>
    (cherry picked from commit 005a799051b38edb1c65070581996654b21a8e87)
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>

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

Summary of changes:
 C4/XISBN.pm            |    6 +++---
 catalogue/detail.pl    |    2 +-
 opac/opac-detail.pl    |    2 +-
 t/db_dependent/XISBN.t |   20 +++++++++++++++++++-
 4 files changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to