https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Martin Renvoize from comment #4)
Well.. this is a fun one.
I think we should just drop all the explanations in the DB myself.. they're not used anywhere in the UI (The .pref files are instead).
The only place where these can surface are for locally added preferences where people have customised their Koha's. We can leave the field there for those.
The DB update for such a drop will be a little interesting though.. either we need to read the .pref files and only null the field for those prefs not matching prefnames present in the .pref files.. or we do a one time list of all prefs that should be present and drop the explanation for that list. -- You are receiving this mail because: You are watching all bug changes.