Bugzilla – Attachment 187319 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 checkout and holds history
Bug-40364-Correct-wording-of-permissions-for-check.patch (text/plain), 2.68 KB, created by
Andrew Fuerste-Henry
on 2025-10-02 18:49:24 UTC
(
hide
)
Description:
Bug 40364: Correct wording of permissions for checkout and holds history
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-10-02 18:49:24 UTC
Size:
2.68 KB
patch
obsolete
>From 0beeb9cb7988c0ebc28947f6edee758892a3deb5 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Thu, 2 Oct 2025 16:22:18 +0000 >Subject: [PATCH] Bug 40364: Correct wording of permissions for checkout and > holds history > >Changes "Viewing" to "View." In both relevant places! > >Signed-off-by: Trevor Diamond <trevor.diamond@mainlib.org> >--- > 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 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'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 7e86b048985..54ff398dc6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -321,10 +321,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