Bugzilla – Attachment 186562 Details for
Bug 20638
Add audit logging for API key actions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20638: Include APIKEYS in 'Modification log'
Bug-20638-Include-APIKEYS-in-Modification-log.patch (text/plain), 1.35 KB, created by
Paul Derscheid
on 2025-09-18 13:27:04 UTC
(
hide
)
Description:
Bug 20638: Include APIKEYS in 'Modification log'
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-09-18 13:27:04 UTC
Size:
1.35 KB
patch
obsolete
>From 471c11593e1a5026fb5d0409bc4b9e0447c6fb4d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Wed, 17 Sep 2025 14:46:40 -0300 >Subject: [PATCH] Bug 20638: Include APIKEYS in 'Modification log' > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index edb3b8bbfbc..dddeba0b132 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -212,7 +212,7 @@ > [% END %] > [% IF ( CAN_user_tools_view_system_logs ) %] > <li [% IF logview %]class="active"[% END %]> >- <a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=MEMBERS&modules=CIRCULATION&object=[% patron.borrowernumber | uri %]&src=circ">Modification log</a> >+ <a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=MEMBERS&modules=CIRCULATION&modules=APIKEYS&object=[% patron.borrowernumber | uri %]&src=circ">Modification log</a> > </li> > [% END %] > [% IF CAN_user_borrowers_edit_borrowers %] >-- >2.39.5
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 20638
:
186540
|
186541
|
186542
|
186543
|
186544
|
186558
|
186559
|
186560
|
186561
| 186562