https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824 --- Comment #39 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Julian Maurice from comment #36)
There are some issues in misc/admin/koha-preferences: - It now allows to set any value for boolean (YesNo) preferences. In master there is a warning message and value is set to 0 when an invalid value is given
I think we are good with the warning I added on the about page, don't you think? I don't really want to reintroduce the C4::Boolean module (or equivalent code) only for this script.
- documentation probably needs an update ("If the syspref is YesNo, will accept only a boolean value, but the syntax for these is fairly lax (yes/no, on/off, 1/0, n/y, true/false are all accepted).")
Adjusted.
- 'dump' subcommand does not work, it just prints 'HASH(0x12345)'.
Oops, fixed! -- You are receiving this mail because: You are watching all bug changes.