Bugzilla – Attachment 162279 Details for
Bug 36118
ILL request log does not display patron information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36118: Update status and send notice core actions logging
Bug-36118-Update-status-and-send-notice-core-actio.patch (text/plain), 2.85 KB, created by
Pedro Amorim
on 2024-02-19 16:21:59 UTC
(
hide
)
Description:
Bug 36118: Update status and send notice core actions logging
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-02-19 16:21:59 UTC
Size:
2.85 KB
patch
obsolete
>From cbf8f89da80f0f96b73c942a2ad09e269266b295 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 19 Feb 2024 16:19:12 +0000 >Subject: [PATCH] Bug 36118: Update status and send notice core actions logging > >1) Enable ILLlog sys pref >2) Enable ILLModule and install 'FreeForm', run: >bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) >3) Create a new FreeForm request, visit: ><INTRA_URL>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=FreeForm >4) Pick a type, insert '42' on cardnumber and pick a library, hit 'Create' >5) On the next screen, click 'Confirm request' and confirm. >6) Click 'ILL request log', notice the entry is there but has no information about who did the logged action. >7) Apply patches. Repeat steps 3) to 6). Notice the logged action now has information about the user who did the action. >8) Extra: Click 'Send notice to patron' and confirm that action is also logged with patron information. > >To my knowledge, these are the only 2 actions logged by core Logger. >Backends logging their own actions that want patron information need to add it themselves following this pattern. >--- > .../intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt | 4 +++- > .../intranet-tmpl/prog/en/modules/ill/log/status_change.tt | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt >index 76287896235..8dbbf77c823 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/patron_notice.tt >@@ -1,6 +1,8 @@ > [% USE KohaDates %] > <p> >-[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Patron notice sent: </b> >+[% log.timestamp | $KohaDates with_hours => 1 %] : >+[%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%] >+- <b>Patron notice sent: </b> > [% notice_code = log.info.notice_code %] > "[% log.notice_types.$notice_code.name | html %]" > </p> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt >index 5c184431652..9b5282cef47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt >@@ -1,6 +1,8 @@ > [% USE KohaDates %] > <p> >-[% log.timestamp | $KohaDates with_hours => 1 %] : <strong>Status changed</strong> >+[% log.timestamp | $KohaDates with_hours => 1 %] : >+[%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%] >+- <strong>Status changed</strong> > [% IF log.info.status_before %] > [% before = log.info.status_before %] > [% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %] >-- >2.30.2
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 36118
:
162277
|
162278
|
162279
|
162585
|
162586
|
162587
|
163178
|
163179
|
163180
|
163181
|
163283
|
163284
|
163285
|
163286
|
164181
|
164182
|
164183
|
164184
|
164185
|
164398
|
164399
|
164400
|
164401
|
164402
|
164405
|
164406
|
164407
|
164408
|
164409
|
170450
|
170451
|
170452
|
170453
|
170454
|
171372
|
171373
|
171374
|
171375
|
172785
|
172786
|
172787
|
172788
|
172789
|
173023
|
173024
|
173025
|
173026
|
173027
|
173028
|
173029
|
173030
|
173031
|
173032
|
173033
|
173034
|
173035
|
173036
|
173037
|
173038
|
173039
|
173040
|
173041