https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849 --- Comment #31 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Arthur Suzuki from comment #29)
Hi, Given Jonathan's files and method I've updated C4/UsageStats.pm. I've also checked for new sysprefs in the installer/data/mysql/mandatory/sysprefs.sql. Some of the newer sysprefs in the SQL file I didn't add to share because they obviously are not meant to be shared (like OverdriveAuthname or ElectreAPIKey). I think we also need to somehow keep track of any syspref we don't want to get shared, in order not to add them later by error. A colleague suggested we make a table in HEA to store the syspref value we don't want to be shared.
We "simply" should enforce the rule to add new sysprefs to this list at the same time they are added to sysprefs.sql -- You are receiving this mail because: You are watching all bug changes.