From 19bd3e679cf7ee15a1cf6c26370d7018625a386f Mon Sep 17 00:00:00 2001 From: lawrenceol-clams 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 --- 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 e98875fc4e..6b99839b64 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 @@ Edit any item including items that would otherwise be restricted ([% name | html %]) [%- CASE 'edit_items_restricted' -%] - Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required) + Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_items is still required) ([% name | html %]) [%- CASE 'fast_cataloging' -%] Fast cataloging -- 2.39.5