Bugzilla – Attachment 169332 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: Passed permission through the autocomplete
Bug-37144-Passed-permission-through-the-autocomple.patch (text/plain), 1.12 KB, created by
Laura Escamilla
on 2024-07-22 17:13:41 UTC
(
hide
)
Description:
Bug 37144: Passed permission through the autocomplete
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:41 UTC
Size:
1.12 KB
patch
obsolete
>From fc7cb79cc392d4e4db395f04d67d76095ce86e4f Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 17:03:10 +0000 >Subject: [PATCH] Bug 37144: Passed permission through the autocomplete > >--- > koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >index ceaf8b8d57..54e48e17cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >@@ -696,10 +696,11 @@ function patron_autocomplete(node, options) { > ")</span>," > : "") + > " " + >+ ViewContactInformation ? > $format_address(item, { > no_line_break: true, > include_li: false, >- }) + >+ }) : "") + > " " + > (!singleBranchMode > ? '<span class="ac-library">' + >-- >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