Bugzilla – Attachment 165609 Details for
Bug 35362
Update patron module pop-up windows with consistent footer markup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35362: (follow-up) Fix preview close on guarantor add
Bug-35362-follow-up-Fix-preview-close-on-guarantor.patch (text/plain), 1.46 KB, created by
Martin Renvoize (ashimema)
on 2024-04-26 07:13:36 UTC
(
hide
)
Description:
Bug 35362: (follow-up) Fix preview close on guarantor add
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-26 07:13:36 UTC
Size:
1.46 KB
patch
obsolete
>From 8011be6e2530b24d1bef0e181918bce5067b3c25 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 26 Apr 2024 07:48:52 +0100 >Subject: [PATCH] Bug 35362: (follow-up) Fix preview close on guarantor add > >When adding a guarantor you are given a patron search modal. If you then >preview a search result, the preview modal could not be closed. It's a >simple update for 'close' to 'close_window' in the jQuery selector. >--- > 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 2c934936d34..6dd9d150fa5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -698,7 +698,7 @@ > var borrowernumber = $(this).data("borrowernumber"); > var page = "/cgi-bin/koha/members/moremember.pl?print=brief&borrowernumber=" + borrowernumber; > $("#patron_preview_modal").load( page + " div.container-fluid", function(){ >- $("#patron_preview_modal").find(".close").on("click", function(){ >+ $("#patron_preview_modal").find(".close_window").on("click", function(){ > $('#patron_preview_modal').html(_("Loading...")).removeClass("show"); > }); > }); >-- >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 35362
:
159096
|
159118
|
162390
| 165609 |
165610
|
166682