From f6b1437c70597e8b907980d1646cb030897b6fd0 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Tue, 17 Aug 2021 17:29:02 +0000 Subject: [PATCH] Bug 28872: make AcquisitionLog, NewsLog, NoticesLog use 1/0 for their values To test: 1 - edit AcquisitionLog, NewsLog, NoticesLog to change their values 2 - in About Koha, see the errors noted above 3 - apply patch, restart services 4 - re-edit AcquisitionLog, NewsLog, NoticesLog to change their values again 5 - reload About, see errors are cleared 6 - confirm that actions are logged as expected when logs are on, not logged when logs are off Signed-off-by: Kelly Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/logs.pref | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref index d1d4757394..25849eac0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref @@ -45,8 +45,8 @@ Logging: - - pref: AcquisitionLog choices: - on: Log - off: "Don't log" + 1: Log + 0: "Don't log" - when acquisition actions take place. - - pref: IssueLog @@ -99,14 +99,14 @@ Logging: - - pref: NoticesLog choices: - on: Log - off: "Don't log" + 1: Log + 0: "Don't log" - " changes to notice templates." - - pref: NewsLog choices: - on: Log - off: "Don't log" + 1: Log + 0: "Don't log" - " changes to news entries and other contents managed in the news tool." Debugging: - -- 2.11.0