Bugzilla – Attachment 164449 Details for
Bug 36142
Usermenu "Recalls history" not active when confirming recall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36142: recallsview template param for opac-recall.tt
Bug-36142-recallsview-template-param-for-opac-reca.patch (text/plain), 1.00 KB, created by
Marcel de Rooy
on 2024-04-05 06:57:41 UTC
(
hide
)
Description:
Bug 36142: recallsview template param for opac-recall.tt
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-04-05 06:57:41 UTC
Size:
1.00 KB
patch
obsolete
>From 6fd11fb40beb6c42d44a3538104d76d9de542b1e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 21 Feb 2024 13:03:13 +0000 >Subject: [PATCH] Bug 36142: recallsview template param for opac-recall.tt >Content-Type: text/plain; charset=utf-8 > >Test plan: >1) Enable UseRecalls >2) Visit OPAC confirm recall page: ><opac_url>/cgi-bin/koha/opac-recall.pl?biblionumber=76 >3) Notice left-side menu 'Recalls history' is not active >4) Apply patch. Repeat. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > opac/opac-recall.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/opac/opac-recall.pl b/opac/opac-recall.pl >index e7085a4e59..eed014cbf5 100755 >--- a/opac/opac-recall.pl >+++ b/opac/opac-recall.pl >@@ -137,4 +137,6 @@ if ( C4::Context->preference('UseRecalls') ) { > ); > } > >+$template->param( recallsview => 1 ); >+ > output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; >-- >2.30.2
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 36142
:
162316
|
162400
| 164449