Bugzilla – Attachment 181426 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), 870 bytes, created by
Fridolin Somers
on 2025-04-24 10:07:37 UTC
(
hide
)
Description:
Bug 39736: Remove obsolete call on system preference 'OPACResultsSidebar'
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-24 10:07:37 UTC
Size:
870 bytes
patch
obsolete
>From fb14a11c2327f573295119a8d2361f3a5578e719 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 >--- > 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.43.0
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