https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32721 --- Comment #40 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 150728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150728 Bug 32721: Tidy up - duplicate fetching of userjs and css Review of attachment 150728: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=32721&attachment=150728) ----------------------------------------------------------------- ::: C4/Auth.pm @@ +1364,5 @@
+ 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"),
Were these deliberately added.. they feel like a rebase mistake to me? -- You are receiving this mail because: You are watching all bug changes.