Bugzilla – Attachment 181430 Details for
Bug 39736
Obsolete call on system preference 'OPACResultsSidebar'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39736: Remove obsolete call on system preference 'OPACResultsSidebar'
Bug-39736-Remove-obsolete-call-on-system-preferenc.patch (text/plain), 921 bytes, created by
Owen Leonard
on 2025-04-24 10:38:21 UTC
(
hide
)
Description:
Bug 39736: Remove obsolete call on system preference 'OPACResultsSidebar'
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-04-24 10:38:21 UTC
Size:
921 bytes
patch
obsolete
>From b85fec1e20dcc8eaeba7a91e9ae4667dcd057845 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 24 Apr 2025 12:06:37 +0200 >Subject: [PATCH] Bug 39736: Remove obsolete call on system preference > 'OPACResultsSidebar' > >Bug 34869 moved additional contents. >Remove call in opac/opac-search.pl > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > opac/opac-search.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index 9f906784c9..fdf5ebdf6a 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -562,7 +562,6 @@ if ( C4::Context->preference('OPACShowOpenURL') ) { > } > > $template->param( LIMIT_INPUTS => \@limit_inputs ); >-$template->param( OPACResultsSidebar => C4::Context->preference('OPACResultsSidebar') ); > > ## II. DO THE SEARCH AND GET THE RESULTS > my $total = 0; # the total results for the whole set >-- >2.39.5
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 39736
:
181426
| 181430