[Bug 5556] New: OPAC does not display the type of authority
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 Summary: OPAC does not display the type of authority Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: MARC Authority data support AssignedTo: gmcharlt@gmail.com ReportedBy: januszop@gmail.com QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com Estimated Hours: 0.0 When displaying the results of authority search in OPAC the column "Type of Heading" remains empty. At the bottom is my workaround (2 files need to be considered: opac-authorities-home.pl and opac-authoritiessearchresultlist.tmpl). Regards, Janusz --- ../koha-3.2.2/opac/opac-authorities-home.pl 2010-12-22 01:58:29.000000000 +0200 +++ /usr/share/koha/opac/cgi-bin/opac/opac-authorities-home.pl 2010-12-27 19:25:58.000000000 +0200 @@ -141,6 +141,7 @@ to => $to, numbers => \@numbers, authtypecode => $authtypecode, + authtypetext => $authtypes->{$authtypecode}{'authtypetext'}, isEDITORS => $authtypecode eq 'EDITORS', ); --- ../koha-3.2.2/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tmpl 2010-12-22 01:58:29.000000000 +0200 +++ opac-authoritiessearchresultlist.tmpl 2010-12-30 10:59:49.000000000 +0200 @@ -51,7 +51,7 @@ <td><a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td> <td> - <!-- TMPL_VAR NAME="authtype" --> + <!-- TMPL_VAR NAME="authtypetext" --> </td> <!-- TMPL_UNLESS name="isEDITORS" --> <td> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |januszop@gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-12-30 17:08:55 UTC --- Created attachment 2927 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2927 Suggested changes reformatted as a patch Changes tested fine, so I went ahead and signed off at the same time. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Signed Off |Patch Pushed --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-01-03 09:04:11 UTC --- Pushed please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 --- Comment #3 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2011-01-06 10:17:38 UTC --- This bug is mentioned in: Reimplemented fix for bug 5556, OPAC does not display the type of authority http://lists.koha-community.org/pipermail/koha-patches/2010-December/013479.... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5556 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org