Bugzilla – Attachment 123639 Details for
Bug 10902
Highlight patrons from logged-in library in patron searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10902: (follow-up) Fix patron search autocomplete
Bug-10902-follow-up-Fix-patron-search-autocomplete.patch (text/plain), 1.43 KB, created by
Owen Leonard
on 2021-08-09 11:47:16 UTC
(
hide
)
Description:
Bug 10902: (follow-up) Fix patron search autocomplete
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-08-09 11:47:16 UTC
Size:
1.43 KB
patch
obsolete
>From 0b2c7d1716ccd1e508e6cb0938e8589ec44499b1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Aug 2021 11:43:32 +0000 >Subject: [PATCH] Bug 10902: (follow-up) Fix patron search autocomplete > >The circulation search autocomplete (e.g. from circulation.pl search >header) was corrected in the previous patch to include library name >instead of branchcode. This patch makes the same correction for patron >search autocomplete (e.g. from members-home.pl search header). >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >index 3246c8de71..4a01bc38b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -157,7 +157,7 @@ > + ( item.zipcode ? item.zipcode.escapeHtml() : "" ) + " " > + ( item.country ? item.country.escapeHtml() : "" ) + " " > + "<span class=\"ac-library\">" >- + ( item.branchcode ? item.branchcode.escapeHtml() : "" ) >+ + ( item.branchname ? item.branchname.escapeHtml() : "" ) > + "</span>" > + "</small>" > + "</a>" ) >-- >2.20.1
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 10902
:
119023
|
119037
|
119057
|
123578
|
123587
|
123588
|
123639
|
123680
|
123681
|
123682
|
123683
|
123684
|
123849