Bugzilla – Attachment 150758 Details for
Bug 32721
Allow specifying UserCSS and UserJS at library level for the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32721: (QA follow-up) Fix rebase errors
Bug-32721-QA-follow-up-Fix-rebase-errors.patch (text/plain), 1.85 KB, created by
Martin Renvoize (ashimema)
on 2023-05-05 14:14:29 UTC
(
hide
)
Description:
Bug 32721: (QA follow-up) Fix rebase errors
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-05-05 14:14:29 UTC
Size:
1.85 KB
patch
obsolete
>From 399f1d1dcd575c5f73706cf25e7ecdf4e156f32d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 5 May 2023 15:10:37 +0100 >Subject: [PATCH] Bug 32721: (QA follow-up) Fix rebase errors > >We let some superflous template params creep back in during a rebase >somewhere. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Auth.pm | 8 -------- > 1 file changed, 8 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index f4950e2762..cf99a315fe 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1360,14 +1360,6 @@ sub checkauth { > OpacFavicon => C4::Context->preference("OpacFavicon"), > opacreadinghistory => C4::Context->preference("opacreadinghistory"), > opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"), >- opacbookbag => "" . C4::Context->preference("opacbookbag"), >- OpacCloud => C4::Context->preference("OpacCloud"), >- OpacTopissue => C4::Context->preference("OpacTopissue"), >- OpacAuthorities => C4::Context->preference("OpacAuthorities"), >- OpacBrowser => C4::Context->preference("OpacBrowser"), >- TagsEnabled => C4::Context->preference("TagsEnabled"), >- OPACUserJS => C4::Context->preference("OPACUserJS"), >- OPACUserCSS => C4::Context->preference("OPACUserCSS"), > intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), > intranetstylesheet => C4::Context->preference("intranetstylesheet"), > IntranetNav => C4::Context->preference("IntranetNav"), >-- >2.40.1
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 32721
:
145731
|
145732
|
145733
|
145734
|
145735
|
145754
|
145759
|
146159
|
146160
|
146161
|
146162
|
146163
|
146164
|
147373
|
149860
|
149861
|
149862
|
149863
|
149864
|
149865
|
149866
|
150713
|
150724
|
150725
|
150726
|
150727
|
150728
|
150729
|
150730
|
150731
|
150732
|
150754
|
150755
|
150756
|
150757
|
150758
|
156157
|
156158
|
156159
|
156160
|
156161
|
156162
|
156163
|
156164
|
157335