[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-43-ga31d2ca846

Git repo owner gitmaster at git.koha-community.org
Fri Apr 10 18:13:08 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  a31d2ca846a7d7fc62dc7e05a0136e2ee3b4db0a (commit)
      from  bacd18d29b1b2e5ceeb8ec7ca4a0dcbccd418d87 (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 a31d2ca846a7d7fc62dc7e05a0136e2ee3b4db0a
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 26 15:43:02 2019 +0200

    Bug 23383: fix IdRef syspref test in XSLT
    
    IdRef link is displayed via XSLT.
    There is a test of syspref with just if value is defined.
    But in installer/data/mysql/sysprefs.sql you see this pref will be 0 by default, which is true in XPATH.
    We should test that pref is 1.
    
    Test plan :
    1) Create a fresh UNIMARC database
    2) You have pref IdRef disabled
    3) Simulate a SUDOC record:
      Fill a 7..$3 field with a ppn (032581270 for example).
      Fill the 009 field with an integer
    4) Go to the opac detail page of the record => You don't see IdRef link
    5) Enable IdRef syspref
    6) Go to the opac detail page of the record => You see IdRef link
    7) Disable IdRef syspref
    8) Go to the opac detail page of the record => You don't see IdRef link
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 df4811ae1f2ff5a21ea5a3a7db97b19ecfdc4f6d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list