Bugzilla – Attachment 181675 Details for
Bug 39738
Obsolete call on system preference 'SelfCheckHelpMessage'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39738: Obsolete call on system preference 'SelfCheckHelpMessage'
Bug-39738-Obsolete-call-on-system-preference-SelfC.patch (text/plain), 1.04 KB, created by
Lucas Gass (lukeg)
on 2025-04-29 15:44:54 UTC
(
hide
)
Description:
Bug 39738: Obsolete call on system preference 'SelfCheckHelpMessage'
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-04-29 15:44:54 UTC
Size:
1.04 KB
patch
obsolete
>From 6f8d92427543a20f5d412b082ad61b36e64aa5e1 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 24 Apr 2025 12:22:59 +0200 >Subject: [PATCH] Bug 39738: Obsolete call on system preference > 'SelfCheckHelpMessage' > >Bug 35065 moved to additional contents. >Remove call in opac/sco/help.pl. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > opac/sco/help.pl | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/opac/sco/help.pl b/opac/sco/help.pl >index 027e309bb21..e05de2dfb3e 100755 >--- a/opac/sco/help.pl >+++ b/opac/sco/help.pl >@@ -51,10 +51,6 @@ if ( C4::Context->preference('SelfCheckTimeout') ) { > > $template->param( SelfCheckTimeout => $selfchecktimeout ); > >-if ( C4::Context->preference('SelfCheckHelpMessage') ) { >- $template->param( SelfCheckHelpMessage => C4::Context->preference('SelfCheckHelpMessage') ); >-} >- > $template->param( > SCOUserJS => C4::Context->preference('SCOUserJS'), > SCOUserCSS => C4::Context->preference('SCOUserCSS'), >-- >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 39738
:
181428
|
181429
| 181675