https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18472 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #15 from Marc Véron <veron@veron.ch> --- (In reply to M. Tompsett from comment #10)
Comment on attachment 62866 [details] [review] Bug 18472: Add system preferences to manage online help system
Review of attachment 62866 [details] [review]: -----------------------------------------------------------------
::: installer/data/mysql/sysprefs.sql @@ +115,5 @@
('CronjobLog','0',NULL,'If ON, log information from cron jobs.','YesNo'), ('CumulativeRestrictionPeriods',0,NULL,'Cumulate the restriction periods instead of keeping the highest','YesNo'), ('CurrencyFormat','US','US|FR|CH','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\' in \'FR\' or \'360,000.00\' in \'US\'.','Choice'), +('HelpSystem', 'filebased', 'filebased', 'Select online help system.', 'multiple'), +("INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('EnableEditingFilebasedHelp', '1', '', 'Enable editing of file based Koha help.', 'yesno')" ),
This line is wrong. Looks like a cut and paste which didn't get tweaked properly. A fresh install will fail.
Fixed edit error with latest patch Went through install - without patch 583 rows in systempreferences - with patch: 585 rows in system preferences (2 more, as expected). -- You are receiving this mail because: You are watching all bug changes.