Bugzilla – Attachment 181428 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), 959 bytes, created by
Fridolin Somers
on 2025-04-24 10:24:05 UTC
(
hide
)
Description:
Bug 39738: Obsolete call on system preference 'SelfCheckHelpMessage'
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-24 10:24:05 UTC
Size:
959 bytes
patch
obsolete
>From 4b2ee90824fc21d4edf89944f19ad0e3d01ceff5 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. >--- > opac/sco/help.pl | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/opac/sco/help.pl b/opac/sco/help.pl >index 027e309bb2..e05de2dfb3 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.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 39738
:
181428
|
181429
|
181675