From aff50a15a1ae0834443316994059d02dc1a0fef3 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry 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