Bugzilla – Attachment 127440 Details for
Bug 29435
OPAC authority details page broken when AuthDisplayHierarchy is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29435: include missing subroutine from C4::AuthoritiesMarc
Bug-29435-include-missing-subroutine-from-C4Author.patch (text/plain), 1.27 KB, created by
David Nind
on 2021-11-08 11:48:38 UTC
(
hide
)
Description:
Bug 29435: include missing subroutine from C4::AuthoritiesMarc
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-11-08 11:48:38 UTC
Size:
1.27 KB
patch
obsolete
>From ad014fce8c1c049c427bb944e0eaa65a3e723b04 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <a.roussos@dataly.gr> >Date: Mon, 8 Nov 2021 09:29:58 +0100 >Subject: [PATCH] Bug 29435: include missing subroutine from > C4::AuthoritiesMarc > >The OPAC authority details page is broken when the 'AuthDisplayHierarchy' >System Preference is set to 'Enable', > >This patch fixes that. > >Test plan: >1) Set AuthDisplayHierarchy to 'Enable' and try to view the details > page of an authority in the OPAC -- the page is broken. >2) Apply this patch. >3) Refresh the page; this time the authority details are displayed. > >Signed-off-by: David Nind <david@davidnind.com> >--- > opac/opac-authoritiesdetail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl >index 9acacb16be..ed0a1c7014 100755 >--- a/opac/opac-authoritiesdetail.pl >+++ b/opac/opac-authoritiesdetail.pl >@@ -42,7 +42,7 @@ use C4::Auth qw( get_template_and_user ); > use C4::Biblio qw( GetMarcUrls ); > use C4::Context; > use C4::Output qw( output_html_with_http_headers ); >-use C4::AuthoritiesMarc qw( GetAuthority BuildSummary GetTagsLabels ); >+use C4::AuthoritiesMarc qw( GetAuthority BuildSummary GetTagsLabels GenerateHierarchy ); > use CGI qw ( -utf8 ); > use C4::Koha; > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29435
:
127426
|
127440
|
127510