[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-77-g7a8b7ba2f4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 15 00:01:05 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  7a8b7ba2f42c9709301b321f3c8e05bc0af78487 (commit)
       via  4755e8ef5cc73583f270fb1fe22415f29def46ea (commit)
      from  6e014333589b80be7b0060da8aa3e4e55cfb07ca (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 7a8b7ba2f42c9709301b321f3c8e05bc0af78487
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Sep 1 21:22:31 2020 +0200

    Bug 26313: (follow-up) Fix OPAC and "Show volumes" links
    
    Elasticsearch requires the booleans in search requests to
    be uppercase. This fixes the "Show analytics" link in
    OPAC (same as first patch for intranet) and the "Show volume"
    link.
    
    To test both patches:
    
    Set UseControlNumber = Use
    
    1) "Show analytics"
    - Turn SearchEngine to Elasticsearch and make sure it works
    - Pick any serial record in your database, make sure 001 is set
    - Go to new > new child record
    - Fill in 245 and save
    - For both staff and OPAC:
      - Click on the "In" link, it should bring you to the parent record
      - Click on "Show analytics", it should show your analytical record
    - Switch to "Zebra" - verify links still work.
    
    2) "Show volumes"
    - Turn SearchEngine to Elasticsearch again
    - Pick any serial record in your database, make sure 001 is set
    - Set LDR, pos. 19 = a - Set
    - Note 001 value
    - Find another record and edit it
    - Set LDR, pos. 19 = a or b, LDR 7 not a or b (m will work)
    - Set 773$ title of set record $w 001 of set record
    - For both staff and OPAC:
      - Click on the "In: link, it should bring up your set record
      - Click on the "Show volumes" link, it should bring up the volume
    
    - Switch to "Zebra" - verify all links still work.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8a37842e1af3fdc9e5e4eb2eb6ec9190ed31915e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 4755e8ef5cc73583f270fb1fe22415f29def46ea
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Sep 1 12:32:56 2020 +0000

    Bug 26313: "Show analytics" link must use uppercase for booleans
    
    In elasticsearch we only treat AND and OR as boolean operators if
    they are capitalized
    
    To test:
    - Turn SearchEngine to Elasticsearch and make sure it works
    - Pick any serial record in your database, make sure 001 is set
    - Go to new > new child record
    - Fill in 245 and save
    - Click on the "In" link, it should bring you to the parent record
    - Click on "Show analytics" => there will be no result
    - Apply patch
    - restart and reload
    - Try again
    - It works!
    - Switch SearchEngine syspref to 'Zebra'
    - Test again
    - It still works!
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fde7bf5495dedf681acb3193891de44eec4d2bfa)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list