Bugzilla – Attachment 136132 Details for
Bug 30578
We should drop circ/ysearch.pl in preference to using the REST API's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30578: Fix on-select for 2 occurrences
Bug-30578-Fix-on-select-for-2-occurrences.patch (text/plain), 1.37 KB, created by
Martin Renvoize (ashimema)
on 2022-06-16 08:51:09 UTC
(
hide
)
Description:
Bug 30578: Fix on-select for 2 occurrences
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-06-16 08:51:09 UTC
Size:
1.37 KB
patch
obsolete
>From 21dffecfa85c4010f459a6675ff4f644c3a773b2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Jun 2022 20:46:17 +0200 >Subject: [PATCH] Bug 30578: Fix on-select for 2 occurrences > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 22c0de8616..f040b6ac11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -77,11 +77,11 @@ > $(document).ready(function(){ > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] > if ( $("#findborrower").length ) { >- patron_autocomplete($("#findborrower"), { 'on-select': 'link-to-circ' }); >+ patron_autocomplete($("#findborrower"), { 'link-to': 'circ' }); > } > [% END %] > if ( $("#searchmember").length ) { >- patron_autocomplete($("#searchmember"), { 'on-select': 'link-to-patron' }); >+ patron_autocomplete($("#searchmember"), { 'link-to': 'patron' }); > } > }); > </script> >-- >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 30578
:
135856
|
135920
|
136041
|
136042
|
136043
|
136044
|
136085
|
136086
|
136087
|
136088
|
136089
|
136130
|
136131
|
136132
|
136133
|
136134
|
136575
|
136576
|
136577
|
136578
|
136579