Bugzilla – Attachment 161662 Details for
Bug 35952
Removed unnecessary line in opac-blocked.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35952: Remove unnecessary line for OpacSuppressionMessage
Bug-35952-Remove-unnecessary-line-for-OpacSuppress.patch (text/plain), 1.05 KB, created by
Lucas Gass (lukeg)
on 2024-01-30 20:40:59 UTC
(
hide
)
Description:
Bug 35952: Remove unnecessary line for OpacSuppressionMessage
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-01-30 20:40:59 UTC
Size:
1.05 KB
patch
obsolete
>From 3d4b722ac0f160b79d3367e8cd3e4729bf3e6141 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Jan 2024 20:38:15 +0000 >Subject: [PATCH] Bug 35952: Remove unnecessary line for OpacSuppressionMessage > >To test: >1. Apply patch and restart all >2. Add an additional contetn entry for `OpacSuppressionMessage`, make sure it has a publication date in the past. >3. Make sure OpacSuppression is set to 'hide'. >4. Suppress a record in the OPAC, ( 942$n ) >5. Visit the detail page for that record and make sure you OpacSuppressionMessage customization displays. >--- > opac/opac-blocked.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/opac/opac-blocked.pl b/opac/opac-blocked.pl >index 6fc1a04aa1..a604fefdbd 100755 >--- a/opac/opac-blocked.pl >+++ b/opac/opac-blocked.pl >@@ -33,6 +33,4 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > } > ); > >-$template->param ( OpacSuppressionMessage => C4::Context->preference('OpacSuppressionMessage')); >- > output_with_http_headers $query, $cookie, $template->output, 'html'; >-- >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 35952
:
161662
|
161681
|
162237