Bugzilla – Attachment 168282 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 (still wip)
Bug-37144-still-wip.patch (text/plain), 1.83 KB, created by
Laura Escamilla
on 2024-06-28 17:35:25 UTC
(
hide
)
Description:
Bug 37144 (still wip)
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-06-28 17:35:25 UTC
Size:
1.83 KB
patch
obsolete
>From b6a531f9bf6756671167f533ba4bc9abaa5789bb Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 28 Jun 2024 17:34:05 +0000 >Subject: [PATCH] Bug 37144 (still wip) > >--- > koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >index ceaf8b8d57..6347aac1a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js >@@ -672,6 +672,7 @@ function patron_autocomplete(node, options) { > } else { > loggedInClass = ""; > } >+ > return $("<li></li>") > .addClass(loggedInClass) > .data("ui-autocomplete-item", item) >@@ -695,12 +696,12 @@ function patron_autocomplete(node, options) { > __("years") + > ")</span>," > : "") + >- " " + >- $format_address(item, { >+ " "+ >+ $format_address(item, { > no_line_break: true, > include_li: false, >- }) + >- " " + >+ }) >+ " " + > (!singleBranchMode > ? '<span class="ac-library">' + > item.library.name.escapeHtml() + >@@ -708,10 +709,10 @@ function patron_autocomplete(node, options) { > : "") + > "</small>" + > "</a>" >- ) >+ ) > .appendTo(ul); >- }); >-} >+ }); >+ } > > function expandPatronSearchFields(search_fields) { > switch (search_fields) { >-- >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