]> git.koha-community.org Git - koha.git/commit
Bug 33060: Fix yes/no setting to 1/0 in system preference YAML files
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 23 Feb 2023 22:16:56 +0000 (22:16 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 21 Mar 2023 16:36:45 +0000 (16:36 +0000)
commitdff40e807c40c6ab1905c58ca23e950dd5b1bbb5
treef832888298fff60da6407527ced9a62308b08c40
parent92d6efad4d200303c1656252309800ece680f4c3
Bug 33060: Fix yes/no setting to 1/0 in system preference YAML files

Boolean system preferences need to use 1 and 0 for true and false,
not yes and no now. This fixes a few occurences that have
been added in the last release:

* EnableItemGroups
* EnableItemGroupHolds
* ArticleRequestsOpacHostRedirection
* UseLocationAsAQInSIP

To test:
* Make sure these preferences save to the db as 0/1 as expected.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d11abd548bc879aa01216f9c2b472cc8621dcda8)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref