https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42318 --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197393&action=edit Bug 42318: Populate record_sources with system defined values on install This patch adds predefined values to the record_sources table on installation of a new Koha instance. The values are - batchmod - intranet - batchimport - z3950 - bulkmarcimport - import_lexile and were formerly hardcoded in marc-overlay-rules.tt. This was introduced in 35380 which took care of updated instances via a db_revs script but forgot installation scripts. Testplan a) start up a fresh ktd b) login and check go to Administration -> Record sources c) check that no source exists d) apply patch e) go to mysql shell 'koha-mysql kohadev' f) empty the database to trigger Kohas installer: 'drop database koha_kohadev;' followed by a 'create database koha_kohadev;' g) restart_all h) open Koha in browser again, the web installer should appear now. Credentials are 'koha_kohadev' with pasword 'password'. i) run through the installation and create an admin user, j) login with that user and repeat b) and c) k) check that record sources are now set with the values from the descriptioni above. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.