Bugzilla – Attachment 189294 Details for
Bug 41207
Permission description string does match permission name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41207: Fix spelling of edit_items suggestion text in edit_catalog subpermission
Bug-41207-Fix-spelling-of-edititems-suggestion-tex.patch (text/plain), 2.05 KB, created by
Owen Leonard
on 2025-11-07 12:20:03 UTC
(
hide
)
Description:
Bug 41207: Fix spelling of edit_items suggestion text in edit_catalog subpermission
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-11-07 12:20:03 UTC
Size:
2.05 KB
patch
obsolete
>From 046aa6e85aa665f4a649653b2647bb606314ec96 Mon Sep 17 00:00:00 2001 >From: lawrenceol-clams <loreganlloyd@clamsnet.org> >Date: Thu, 6 Nov 2025 15:55:34 +0000 >Subject: [PATCH] Bug 41207: Fix spelling of edit_items suggestion text in > edit_catalog subpermission > >This patch fixes the spelling of edit_items in the suggestion text in >an edit_catalog subpermission. > >Test plan: >0. Go to a patron record >1. Click on more -> set permissions >2. Scroll down and expand the Edit Catalog >3. Notice the line says edit_item is required but the permission needed > is edit_items >4. Apply patch >5. Repeat steps 0-3 >6. Confirm the suggestion text in the edit_catalog subpermission now > reads edit_items > >Sponsored-by: CLAMS >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index e98875fc4e6..6b99839b642 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -285,7 +285,7 @@ > <span class="sub_permission edit_items_subpermission"> Edit any item including items that would otherwise be restricted </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'edit_items_restricted' -%] >- <span class="sub_permission edit_items_restricted_subpermission"> Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required) </span> >+ <span class="sub_permission edit_items_restricted_subpermission"> Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_items is still required) </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'fast_cataloging' -%] > <span class="sub_permission fast_cataloging_subpermission"> Fast cataloging </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 41207
:
189187
|
189294
|
189321