Bug 41207 - Permission description string does match permission name
Summary: Permission description string does match permission name
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Lawrence O'Regan-Lloyd
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-06 15:50 UTC by Lawrence O'Regan-Lloyd
Modified: 2025-11-07 13:56 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41207: Fix spelling of edit_items suggestion text in edit_catalog subpermission (2.00 KB, patch)
2025-11-06 16:20 UTC, Lawrence O'Regan-Lloyd
Details | Diff | Splinter Review
Bug 41207: Fix spelling of edit_items suggestion text in edit_catalog subpermission (2.05 KB, patch)
2025-11-07 12:20 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 41207: Fix spelling of edit_items suggestion text in edit_catalog subpermission (2.12 KB, patch)
2025-11-07 13:56 UTC, Laura Escamilla
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence O'Regan-Lloyd 2025-11-06 15:50:36 UTC
On member-flags.pl under the Edit Catalog the description for this subpermission mentions edit_item permission however this should read edit_items. 

To reproduce: 
Go to a patron record
Click on more -> set permissions
Scroll down and expand the Edit Catalog
Notice the line says edit_item is required but the permission needed is edit_items
Comment 1 Lawrence O'Regan-Lloyd 2025-11-06 16:20:03 UTC
Created attachment 189187 [details] [review]
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
Comment 2 Owen Leonard 2025-11-07 12:20:03 UTC
Created attachment 189294 [details] [review]
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>
Comment 3 Laura Escamilla 2025-11-07 13:56:46 UTC
Created attachment 189321 [details] [review]
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>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>