Bugzilla – Attachment 172800 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: (QA follow-up) Hide description when search is cleared
Bug-38112-QA-follow-up-Hide-description-when-searc.patch (text/plain), 1.10 KB, created by
Emily Lamancusa (emlam)
on 2024-10-15 20:53:18 UTC
(
hide
)
Description:
Bug 38112: (QA follow-up) Hide description when search is cleared
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-15 20:53:18 UTC
Size:
1.10 KB
patch
obsolete
>From 9946a8a5b8a6827efe1e785d0144844bb438c77d Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Tue, 15 Oct 2024 16:50:03 -0400 >Subject: [PATCH] Bug 38112: (QA follow-up) Hide description when search is > cleared > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 9be9a217b9..d1aeee7d7c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -773,7 +773,7 @@ > patron_search_form.find(".clear_search").on("click",function(e){ > e.preventDefault(); > clearFilters(); >- patron_search_form.find(".searchpattern").parent().hide(); >+ parent_block.find(".searchpattern").parent().hide(); > }); > > if ( !defer_loading ) { >-- >2.34.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 38112
:
172515
|
172671
|
172797
|
172798
|
172799
| 172800