Bugzilla – Attachment 187298 Details for
Bug 40364
Add permission for viewing patron holds history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40364: Correct wording of permissions for hold history and checkout history
Bug-40364-Correct-wording-of-permissions-for-hold-.patch (text/plain), 1.39 KB, created by
Andrew Fuerste-Henry
on 2025-10-02 15:59:37 UTC
(
hide
)
Description:
Bug 40364: Correct wording of permissions for hold history and checkout history
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-10-02 15:59:37 UTC
Size:
1.39 KB
patch
obsolete
>From aff50a15a1ae0834443316994059d02dc1a0fef3 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Thu, 2 Oct 2025 15:58:07 +0000 >Subject: [PATCH] Bug 40364: Correct wording of permissions for hold history > and checkout history > >These both said "Viewing" rather than "View" >--- > installer/data/mysql/mandatory/userpermissions.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/mandatory/userpermissions.sql b/installer/data/mysql/mandatory/userpermissions.sql >index 0a7b1021ac4..41775fe8dea 100644 >--- a/installer/data/mysql/mandatory/userpermissions.sql >+++ b/installer/data/mysql/mandatory/userpermissions.sql >@@ -51,8 +51,8 @@ INSERT INTO permissions (module_bit, code, description) VALUES > ( 4, 'list_borrowers', 'Search, list and view patrons'), > ( 4, 'send_messages_to_borrowers', 'Send messages to patrons'), > ( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), >- ( 4, 'view_checkout_history', 'Viewing checkout history'), >- ( 4, 'view_holds_history', 'Viewing holds history'), >+ ( 4, 'view_checkout_history', 'View checkout history'), >+ ( 4, 'view_holds_history', 'View holds history'), > ( 6, 'place_holds', 'Place holds for patrons'), > ( 6, 'modify_holds_priority', 'Modify holds priority'), > ( 6, 'alter_hold_targets', 'Move holds between items and records'), >-- >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 40364
:
187065
|
187066
|
187298
|
187305
|
187317
|
187318
|
187319
|
188394
|
188395