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
Created attachment 52238 [details] [review] Bug 16709: Followup of bug 11038 for 3.20.x only
Test plan: 1. Modify IntranetUserCSS and check that changes are not applied to the staff login page 2. Apply patch 3. Check that your changes are now applied to the staff login page 4. Check in the DOM that the IntranetUserCSS code only appear once
Created attachment 52414 [details] [review] Bug 16709: Followup of bug 11038 for 3.20.x only Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Good catch, bad bug
Created attachment 52533 [details] [review] Bug 16709: Followup of bug 11038 for 3.20.x only Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Good catch, bad bug Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Amended patch: remove space and apply same order than in master (CSS then JS)
Pushed to 3.20.x will be in 3.20.11