[Koha-bugs] [Bug 36118] ILL request log does not display patron information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 29 11:36:48 CET 2024


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162279|0                           |1
        is obsolete|                            |

--- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 162586
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162586&action=edit
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.

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list