[Koha-bugs] [Bug 15550] Authority type pull down in OPAC authority search is empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 12 11:29:33 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15550

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 46516
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46516&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list