Bugzilla – Attachment 187591 Details for
Bug 32682
Add permission for viewing patron reading history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32682: Add new permission to t/Koha/Auth/Permissions.t
Bug-32682-Add-new-permission-to-tKohaAuthPermissio.patch (text/plain), 1.04 KB, created by
Lucas Gass (lukeg)
on 2025-10-08 16:48:00 UTC
(
hide
)
Description:
Bug 32682: Add new permission to t/Koha/Auth/Permissions.t
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-08 16:48:00 UTC
Size:
1.04 KB
patch
obsolete
>From 0eed20be1e4d16b59d4c22a0a968b2f0e854b6e8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 8 Oct 2025 16:47:41 +0000 >Subject: [PATCH] Bug 32682: Add new permission to t/Koha/Auth/Permissions.t > >--- > t/Koha/Auth/Permissions.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t >index 5ead5e3a318..9b820c41588 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -131,6 +131,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_borrowers_list_borrowers' => 1, > 'CAN_user_borrowers_api_validate_password' => 1, > 'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1, >+ 'CAN_user_borrowers_view_checkout_history' => 1, > 'CAN_user_borrowers' => 1, > 'CAN_user_cash_management_anonymous_refund' => 1, > 'CAN_user_cash_management_cashup' => 1, >-- >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 32682
:
183844
|
183845
|
183846
|
184571
|
184572
|
184832
|
184833
|
186944
|
186945
|
186946
|
186947
| 187591