[koha-commits] main Koha release repository branch new/bug_9276 created. v3.08.00-1599-gf2e8b2b

Git repo owner gitmaster at git.koha-community.org
Fri Jan 18 04:08:46 CET 2013


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, new/bug_9276 has been created
        at  f2e8b2b4fda8a5aa102bb1fdb78046397f674a0f (commit)

- Log -----------------------------------------------------------------
commit f2e8b2b4fda8a5aa102bb1fdb78046397f674a0f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 12 11:43:27 2012 -0500

    Bug 9276 - Display of biblio-level auth vals on OPAC search broken
    
    If you have your MARC framework configured to link a biblio-level
    field with an authorized value, and that value is linked to an
    image, and the AuthorisedValueImages system preference is turned on,
    the OPAC is supposed to display that image in search results
    much like item type images are displayed if item-level itemtypes
    are enabled. The switch to Template::Toolkit broke this feature
    with a variable scope error.
    
    This patch corrects the variable scope of the sytem preference check
    and adds a check for the existence of the image so that the template
    doesn't try to display broken images.
    
    To test:
    
    1. Turn on the AuthorisedValueImages system preference.
    2. If necessary, create or configure an authorized value with images.
    3. Configure a MARC framework to link a field to the authorized value. I
       chose an arbitrary field, 942e.
    4. Edit a bibliographic record and set a value for the MARC field
       you configured.
    5. Make sure Zebra has reindexed, and perform an OPAC search which
       will include the record you edited. With AuthorisedValueImages
       ON, you should see the correct authorized value image.
    6. With AuthorisedValueImages OFF, you should see no image.
    7. Turn AuthorisedValueImages back on. Edit the authorized value again
       and configure it with no image. Perform your search again. You should
       see no image.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list