[Koha-bugs] [Bug 12361] No default value for opaccolorstylesheet syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 5 09:33:01 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12361

--- Comment #2 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 28669
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28669&action=edit
Bug 12361 - No default value for opaccolorstylesheet syspref

After install, the syspref opaccolorstylesheet will by default contain
colors.css.
This file exist in OPAC prog theme but not in bootstrap theme.

This patch set the syspref empty by default in
installer/data/mysql/sysprefs.sql.

Test plan :
- Create a fresh install
- Look at opaccolorstylesheet content
=> without this patch : is contains colors.css
=> with this patch : it is empty
- Enable opac bootstrap theme
- Go to opac main page
- Look at HTTP errors (with firebug for example)
=> without this patch : there is a 404 error because colors.css does not exist
=> with this patch : no such error

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


More information about the Koha-bugs mailing list