Bugzilla – Attachment 166781 Details for
Bug 36529
manage_additional_fields permission for more than acquisitions and serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36529: manage_additional_fields permission for more than acquisitions and serials
Bug-36529-manageadditionalfields-permission-for-mo.patch (text/plain), 2.05 KB, created by
Lucas Gass (lukeg)
on 2024-05-15 14:16:29 UTC
(
hide
)
Description:
Bug 36529: manage_additional_fields permission for more than acquisitions and serials
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-05-15 14:16:29 UTC
Size:
2.05 KB
patch
obsolete
>From 6622917c924b7fb4d74f7e2237ac5648006159d4 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 12 Apr 2024 05:53:25 -0400 >Subject: [PATCH] Bug 36529: manage_additional_fields permission for more than > acquisitions and serials > >This patch renames the manage_additional_fields permission to remove >the specificity of acquisitions orders and serial subscriptions. >Since each additional field requires a corresponding permission, I >wrote each of them next to it. It makes it very long, but right now >there isn't really a way to link permissions other than the permission >description. > >To test: >1. Apply patch >2. Go to a patron account >3. Click More > Set permissions >4. Go to the Administration panel permissions and open the > sub-permissions >5. Check that the manage_additional_fields permission description > makes sense, check grammar and spelling, try the various > combinations > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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 a4efd4105f..b8f2c2b040 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -269,7 +269,7 @@ > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'manage_additional_fields' -%] > <span class="sub_permission manage_aditional_fields_subpermission"> >- Manage additional fields for baskets or subscriptions (requires edit_subscription or order_manage permissions) >+ Manage additional fields (requires the corresponding permission, one of edit_subscription, order_manage, edit_invoices, or remaining_permissions under updatecharges) > </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'manage_sms_providers' -%] >-- >2.39.2
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 36529
:
164821
|
166777
| 166781