Bugzilla – Attachment 169323 Details for
Bug 37144
Add a subpermission for hiding patron contact information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37144: Added the permission to Permissions.inc
Bug-37144-Added-the-permission-to-Permissionsinc.patch (text/plain), 1.32 KB, created by
Laura Escamilla
on 2024-07-22 17:13:21 UTC
(
hide
)
Description:
Bug 37144: Added the permission to Permissions.inc
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:21 UTC
Size:
1.32 KB
patch
obsolete
>From 778ce307314f17d0dc617ebf98ca5bef6f1a4d58 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 16:42:36 +0000 >Subject: [PATCH] Bug 37144: Added the permission to Permissions.inc > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 702c4b9ecc..e98845b9a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -321,6 +321,11 @@ > <span class="sub_permission view_borrower_infos_from_any_libraries_subpermission"> > View patron infos from any libraries. If not set the logged in user could only access patron infos from its own library or group of libraries. > </span> >+ <span class="permissioncode">([% name | html %]) >+ [%- CASE 'view_contact_information' -%] >+ <span class="sub_permission view_contact_information"> >+ View patron contact information. >+ </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'send_messages_to_borrowers' -%] > <span class="sub_permission send_messages_to_borrowers_subpermission"> >-- >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 37144
:
168282
|
168283
|
168284
|
168387
|
168388
|
168389
|
168390
|
168391
|
168392
|
168393
|
168394
|
168460
|
168463
|
169320
|
169321
|
169322
| 169323 |
169324
|
169325
|
169326
|
169327
|
169328
|
169329
|
169330
|
169331
|
169332
|
169333
|
169334