[Koha-bugs] [Bug 32721] Allow specifying UserCSS and UserJS at library level for the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 18 13:46:29 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32721

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |In Discussion

--- Comment #62 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
The last follow-up contains this change which doesn't seem correct:

+++ b/C4/Auth.pm
@@ -1372,14 +1372,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"),

I still think we should've implemented bug 26129, and use it for this cases.
But I abandoned it so I won't block this.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list