https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43215 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the messages release notes| |shown when saving changes | |to system preferences that | |use the widget with | |multiple sortable and | |selectable options that | |have checkboxes, such as | |OPACAuthorIdentifiersAndInf | |ormation. | | | |Saving changes to system | |preferences that used this | |widget resulted in several | |pops up with "Saved | |preference ..." with one | |confirmation line per | |checkbox/option (even if | |only one option was | |changed), instead of a | |single line for the | |preference itself. --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. To add a language to test OPACLanguages: koha-translate --install de-DE --dev kohadev 2. To tidy up afterwards: koha-translate --remove de-DE --dev kohadev git clean -fd Result: a git status should show things are clean cd misc/translator/po, then: git status git fetch origin git reset --hard origin/main git clean -fd -- You are receiving this mail because: You are watching all bug changes.