Bugzilla – Attachment 172671 Details for
Bug 38112
Description of patrons search no longer displayed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38112: Restore description of patrons search
Bug-38112-Restore-description-of-patrons-search.patch (text/plain), 1.56 KB, created by
Phil Ringnalda
on 2024-10-10 21:53:55 UTC
(
hide
)
Description:
Bug 38112: Restore description of patrons search
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2024-10-10 21:53:55 UTC
Size:
1.56 KB
patch
obsolete
>From 865d69f68d6ed7f6f763e41bf358479c00ef7503 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 Oct 2024 10:43:41 +0200 >Subject: [PATCH] Bug 38112: Restore description of patrons search > >Certainly caused by bug 35329. > >We used to display a description of the patrons search, but it is no longer displayed. > >Test plan: >On the main patrons search select some values in the form on the left >and search. You should see a "Patrons found for: " h3 that will be >displayed and is supposed to describe the current search. >I don't think it's working very well to be honest, maybe a candidate for >candidate, especially if nobody else noticed its disappearance. > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 5320efe096..9be9a217b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -847,8 +847,7 @@ > searched += paron_search_form.find("select[name='sort2_filter']").val(); > } > } >- patron_search_form.find(".searchpattern").text(searched); >- patron_search_form.find(".searchpattern").parent().show(); >+ parent_block.find(".searchpattern").text(searched).parent().show(); > } > > function filter() { >-- >2.44.0
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 38112
:
172515
|
172671
|
172797
|
172798
|
172799
|
172800