[koha-commits] main Koha release repository branch master updated. v3.22.00-295-ga4c3455

Git repo owner gitmaster at git.koha-community.org
Sat Jan 23 19:41:40 CET 2016


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, master has been updated
       via  a4c3455b8c2ba236b1da493adf5edaf214abdc7f (commit)
      from  879ee53be7351d88cc16b370ada9953d6c96e805 (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 a4c3455b8c2ba236b1da493adf5edaf214abdc7f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 12 10:21:16 2016 +0000

    Bug 15550: Fix authority search and detail at the OPAC
    
    The author of Bug 15381 (me!) has mismatch the objects he was
    manipulating and forgotten to update a template.
    for the opac-aythorities-home, the variable is named authority_types,
    not authtypesloop.
    In opac-authoritiesdetail.pl, the $record is a MARC::Record and there is
    no authtypecode method. We need to retrieve the authtypecode using
    the new Koha::Authorities module.
    
    Test plan:
    Search for authorities at the OPAC and click on the detail link to go to
    the detail page.
    Without this patch, you will get errors.
    With this patch, the errors should have gone and everything should work
    as before bug 15381.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as described. Pull down for choosing the auth_type displayed again
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt    |    8 ++++----
 opac/opac-authoritiesdetail.pl                                 |    4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list