Bugzilla – Attachment 191948 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 in user permissions
Bug-40364-Correct-wording-in-user-permissions.patch (text/plain), 2.71 KB, created by
Matt Blenkinsop
on 2026-01-23 14:39:30 UTC
(
hide
)
Description:
Bug 40364: Correct wording in user permissions
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2026-01-23 14:39:30 UTC
Size:
2.71 KB
patch
obsolete
>From 869720ecfc7d892b8c617600265a339baa7506e4 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Fri, 23 Jan 2026 13:56:32 +0000 >Subject: [PATCH] Bug 40364: Correct wording in user permissions > >Changes the descriptions of the holds history and checkout history permissions to say "view" rather than "viewing" > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >--- > installer/data/mysql/mandatory/userpermissions.sql | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/mandatory/userpermissions.sql b/installer/data/mysql/mandatory/userpermissions.sql >index 6360d207740..10b8607c47d 100644 >--- a/installer/data/mysql/mandatory/userpermissions.sql >+++ b/installer/data/mysql/mandatory/userpermissions.sql >@@ -52,8 +52,8 @@ INSERT INTO permissions (module_bit, code, description) VALUES > ( 4, 'merge_borrowers', 'Merge 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'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 02edbcc210d..535d6da6914 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -330,10 +330,10 @@ > <span class="sub_permission edit_notes_subpermission"> Edit accountline notes </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'view_checkout_history' -%] >- <span class="sub_permission view_checkout_history"> Viewing checkout history </span> >+ <span class="sub_permission view_checkout_history"> View checkout history </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'view_holds_history' -%] >- <span class="sub_permission view_holds_history"> Viewing holds history </span> >+ <span class="sub_permission view_holds_history"> View holds history </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'suggestions_manage' -%] > <span class="sub_permission suggestions_manage_subpermission"> Edit purchase suggestions </span> >-- >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
|
191939
|
191944
|
191945
|
191946
|
191947
| 191948 |
192257
|
192262