[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-114-g6d4934ed28

Git repo owner gitmaster at git.koha-community.org
Sat May 16 00:58:00 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, 19.05.x has been updated
       via  6d4934ed28fc45553ea8bc1e3efb64b6281a8e0e (commit)
       via  fac0217787a58175a53452ffdc504b04f5ac92ef (commit)
      from  4f7d98d59185d3adfd255c53b5532e4aead2443f (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 6d4934ed28fc45553ea8bc1e3efb64b6281a8e0e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 7 13:08:14 2020 +0000

    Bug 25342: Unit test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5518f9183054a49c672c94c6d98081da41571668)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit fac0217787a58175a53452ffdc504b04f5ac92ef
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 1 14:48:55 2020 +0000

    Bug 25342: Force ES id as string
    
    To test:
    1 - Be using ES
    2 - Find a unique record by searchign for title or seomthing
    3 - Edit the record
    4 - Repeat search and confirm you are returned to the details page
    5 - Go to Tools->MARC modification templates
    6 - Add a template and define an action
    7 - Go to Tools->Batch record modification
    8 - Select Enter a list of record numbers
    9 - Enter the biblionumber of the record you searched for
    10 - Use the marc modification template you setup
    11 - Complete the modification
    12 - Repeat your search
    13 - note you get two results, both pointing to same biblionumber
    14 - Check the ES index, note that you have two entries, one with the biblionumber, and the other with #.0, e.g.:
        curl -XGET 'es:9200/koha_kohadev_biblios/data/14.0?pretty'
        curl -XGET 'es:9200/koha_kohadev_biblios/data/14?pretty'
    15 - Apply patch
    16 - Delete and rebuild ES index
        perl misc/search_tools/rebuild_elasticsearch.pl -d -b
    17 - Repeat 2-12
    18 - No duplication this time
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 1bae59611da3ed166176fc67f5e68980afbb87d0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/Indexer.pm         |  3 +--
 .../Koha/SearchEngine/Elasticsearch/Indexer.t      | 28 +++++++++++++++++++++-
 2 files changed, 28 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list