https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41834 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- Thanks for that. It looks like marcflavour isn't in ./installer/data/mysql/mandatory/sysprefs.sql so it doesn't get its options, explanation, and type nullified. We should probably add that to the atomic update. Although if we do that we'll want to update /kohadevbox/misc4dev/populate_db.pl as well I think since it looks like it might due a manual SQL insert with options, explanations, and type populated... I dropped and re-created the database and using the web installer it all looks pretty good. Everything NULL | NULL | NULL except Version and FrameworksLoaded which is NULL | Frameworks loaded through webinstaller | choice. I suppose we could include a change so that FrameworksLoaded doesn't have a type but... I'm not too fussed at this point since it's a local syspref. -- You are receiving this mail because: You are watching all bug changes.