Bugzilla – Attachment 162400 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), 927 bytes, created by
David Nind
on 2024-02-23 19:18:51 UTC
(
hide
)
Description:
Bug 36142: recallsview template param for opac-recall.tt
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-02-23 19:18:51 UTC
Size:
927 bytes
patch
obsolete
>From dcf5185555146985ee4a92e9e33fd9f846541b6c 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 > >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> >--- > opac/opac-recall.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/opac/opac-recall.pl b/opac/opac-recall.pl >index 2a8b2497c0..34b81e63cd 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