Bugzilla – Attachment 123911 Details for
Bug 28872
AcquisitionLog, NewsLog, NoticesLog should use 1/0 for their values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28872: make AcquisitionLog, NewsLog, NoticesLog use 1/0 for their values
Bug-28872-make-AcquisitionLog-NewsLog-NoticesLog-u.patch (text/plain), 1.99 KB, created by
Biblibre Sandboxes
on 2021-08-17 20:09:16 UTC
(
hide
)
Description:
Bug 28872: make AcquisitionLog, NewsLog, NoticesLog use 1/0 for their values
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2021-08-17 20:09:16 UTC
Size:
1.99 KB
patch
obsolete
>From f379a63d94ba20fe5214ba731347b2dae330ea9b Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >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 <kelly@bywatersolutions.com> >--- > .../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.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28872
:
123880
|
123911
|
123921
|
123940
|
123941
|
123942
|
123956
|
123957
|
123958