https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16709 Bug ID: 16709 Summary: [3.20.x] Bug 11038 is not applied correctly Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: ASSIGNED Severity: trivial Priority: P5 - low Component: Staff Client Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Depends on: 11038 It seems there was a problem during the application of bug 11038 on 3.20.x. The commit 32bc47f6d488f3f2d81a234c029219d5861cf338 add this line in C4/Auth.pm: + IntranetUserJS => C4::Context->preference("IntranetUserJS"), instead of: + IntranetUserCSS => C4::Context->preference("IntranetUserCSS"), And a line that had to be removed is still there in 3.20.x Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11038 [Bug 11038] Enable use of IntranetUserCSS and intranetcolorstylesheet on staff client login page -- You are receiving this mail because: You are watching all bug changes.