http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12361
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28669|0 |1 is obsolete| | --- Comment #3 from David Cook <[email protected]> --- Created attachment 28692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28692&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 Signed-off-by: David Cook <[email protected]> Glad to see this one. That warning was annoying. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
