Bugzilla – Attachment 181417 Details for
Bug 39734
Obsolete call of system preference IntranetmainUserblock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39734: Rmove obsolete call of system preference IntranetmainUserblock
Bug-39734-Rmove-obsolete-call-of-system-preference.patch (text/plain), 1.27 KB, created by
Fridolin Somers
on 2025-04-24 09:32:29 UTC
(
hide
)
Description:
Bug 39734: Rmove obsolete call of system preference IntranetmainUserblock
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-24 09:32:29 UTC
Size:
1.27 KB
patch
obsolete
>From 672c8a9c3a2dabff2dea1b8f121a1c0c52e279b8 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 24 Apr 2025 11:30:40 +0200 >Subject: [PATCH] Bug 39734: Rmove obsolete call of system preference > IntranetmainUserblock > >Bug 35153 moved IntranetmainUserblock to additional contents. > >Remove call in C4/Auth.pm > >Test plan : >Check additional content "IntranetmainUserblock" is still OK ;) >--- > C4/Auth.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 3881f4271d..f5fd13d446 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -545,7 +545,6 @@ sub get_template_and_user { > IndependentBranches => C4::Context->preference("IndependentBranches"), > intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), > IntranetFavicon => C4::Context->preference("IntranetFavicon"), >- IntranetmainUserblock => C4::Context->preference("IntranetmainUserblock"), > IntranetNav => C4::Context->preference("IntranetNav"), > intranetreadinghistory => C4::Context->preference("intranetreadinghistory"), > IntranetReadingHistoryHolds => C4::Context->preference("IntranetReadingHistoryHolds"), >-- >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 39734
:
181417
|
181467
|
181850