Summary: | Opac-user doesn't load correct CSS for multiple branches | ||
---|---|---|---|
Product: | Koha | Reporter: | Elliott Davis <elliott> |
Component: | OPAC | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | bgkriegel, chrish, gmcharlt, kyle, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 10387 | ||
Attachments: |
Bug 9541 - Opac-user doesn't load correct CSS for multiple branches
Bug 9541 - Opac-user doesn't load correct CSS for multiple branches Bug 9541 - Opac-user doesn't load correct CSS for multiple branches Bug 9541 - Opac-user doesn't load correct CSS for multiple branches Bug 9541 - Opac-user doesn't load correct CSS for multiple branches |
Description
Elliott Davis
2013-02-04 16:36:17 UTC
Created attachment 15552 [details] [review] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches Created attachment 15553 [details] [review] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches This patch has no description of the problem, no description of the solution, and no test plan. Created attachment 18038 [details] [review] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE is ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Created attachment 18563 [details] [review] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE is ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Signed-off-by: Galen Charlton <gmc@esilibrary.com> Created attachment 19109 [details] [review] Bug 9541 - Opac-user doesn't load correct CSS for multiple branches When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE is ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Pushed to master. Thanks, Kyle! This patch has been pushed to 3.12.x, will be in 3.12.2. Thanks Kyle! Pushed to 3.10.x, will be in 3.10.8 Pushed to 3.8.x, will be in 3.8.15 |