Bugzilla – Attachment 115337 Details for
Bug 27324
Use Koha.Preference() for intranetbookbag everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27324: (follow-up) Remove references to intranetbookbag from Auth.pm
Bug-27324-follow-up-Remove-references-to-intranetb.patch (text/plain), 2.22 KB, created by
Owen Leonard
on 2021-01-19 15:48:31 UTC
(
hide
)
Description:
Bug 27324: (follow-up) Remove references to intranetbookbag from Auth.pm
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-19 15:48:31 UTC
Size:
2.22 KB
patch
obsolete
>From 4f0934b39084add10c1681006325cfd378e651d7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Jan 2021 15:43:36 +0000 >Subject: [PATCH] Bug 27324: (follow-up) Remove references to intranetbookbag > from Auth.pm > >This patch removes references to intranetbookbag from Auth.pm. Now that >the templates use Koha.Preference("intranetbookbag") everywhere it is >unnecessary. >--- > C4/Auth.pm | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 675344d4a5..10f0d9d3b7 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -499,7 +499,6 @@ sub get_template_and_user { > intranetstylesheet => C4::Context->preference("intranetstylesheet"), > IntranetUserCSS => C4::Context->preference("IntranetUserCSS"), > IntranetUserJS => C4::Context->preference("IntranetUserJS"), >- intranetbookbag => C4::Context->preference("intranetbookbag"), > suggestion => C4::Context->preference("suggestion"), > virtualshelves => C4::Context->preference("virtualshelves"), > StaffSerialIssueDisplayCount => C4::Context->preference("StaffSerialIssueDisplayCount"), >@@ -1321,7 +1320,6 @@ sub checkauth { > OPACUserCSS => C4::Context->preference("OPACUserCSS"), > intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), > intranetstylesheet => C4::Context->preference("intranetstylesheet"), >- intranetbookbag => C4::Context->preference("intranetbookbag"), > IntranetNav => C4::Context->preference("IntranetNav"), > IntranetFavicon => C4::Context->preference("IntranetFavicon"), > IntranetUserCSS => C4::Context->preference("IntranetUserCSS"), >-- >2.11.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 27324
:
115287
|
115336
|
115337
|
115339
|
115340