[koha-commits] main Koha release repository branch new/bug_10073 created. v3.12.00-beta1-356-gab5c3ec

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 00:25:02 CEST 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_10073 has been created
        at  ab5c3eccf4a7e874f8b654c199caeeae9a98128f (commit)

- Log -----------------------------------------------------------------
commit ab5c3eccf4a7e874f8b654c199caeeae9a98128f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 18 10:03:38 2013 +0200

    Bug 10073: Show ccode or location also if not bound to Authorized Values in XSLT
    
    If you do not have ccode or location governed by authorized value
    (you can release this default connection in the marc structure),
    these item values are not passed through in the items section,
    created by buildKohaItemsNamespace for XSLTParse4Display.
    
    This simple patch checks if the authorized value hash on ccode or
    location returns something and passes the original value in otherwise.
    
    Test plan:
    Temporarily disconnect ccode and location from authorized values
    in MARC structure.
    Edit an item, put some values in location and ccode.
    Look at this record via opac search (XSLT enabled). Toggle the value of
    OPACItemLocation to show ccode or location before call number.
    Restore authorized values-connection when applicable.
    
    Note: Since bug 9995 adjusts OPAC XSLT Results, it may be helpful
    to apply these
    patches when testing this.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works as described for the XSLT result list.
    The text is shown when OpacItemLocation is set to show collection
    or location.
    
    Note: Displaying location and collection without using authorised
    values doesn't work in other places like the detail page item table.
    So this will need more work to be fully functional.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 9f8a7baa50bcb4ebcf096570d5c76ad15748dba7
Merge: 03b4dfe faa93af
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Apr 26 18:17:09 2013 -0400

    Merge branch 'bug_10103' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list