[Koha-bugs] [Bug 22824] Replace YAML::Syck with YAML::XS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 11 15:46:53 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824

--- Comment #23 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 116747
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116747&action=edit
Bug 22824: Correct on/off behaviour

Here things are starting to be a bit tricky.
IMO we don't want to replicate the ImplicitTyping behaviour from
YAML::Syck but handle correctly the different value.
We have the list of available values in the .pref file, the values in DB
must match them.

We want 1 or 0 in DB.

2 more occurrences:
finesMode => Dealt on bug 27676 ('off' is ok here)
itemBarcodeInputFilter => 'OFF' is correct here

Note that we don't use ~ or true/false in *.pref

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list