Bugzilla – Attachment 162316 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), 880 bytes, created by
Pedro Amorim
on 2024-02-21 13:04:49 UTC
(
hide
)
Description:
Bug 36142: recallsview template param for opac-recall.tt
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-02-21 13:04:49 UTC
Size:
880 bytes
patch
obsolete
>From 450f5b37e6109c7d45f2343464f32c216d00f82f 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. >--- > opac/opac-recall.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/opac/opac-recall.pl b/opac/opac-recall.pl >index 2a8b2497c00..34b81e63cd9 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