Bugzilla – Attachment 188931 Details for
Bug 41119
Autocompletion of basket creator does not work in acquisition-home.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41119: Add missing function to acqui-home.tt
Bug-41119-Add-missing-function-to-acqui-homett.patch (text/plain), 1.78 KB, created by
Jonathan Druart
on 2025-11-03 13:57:12 UTC
(
hide
)
Description:
Bug 41119: Add missing function to acqui-home.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-03 13:57:12 UTC
Size:
1.78 KB
patch
obsolete
>From 275f8c55da3795bdfd64ea39bf0b3eb1d7792239 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Thu, 30 Oct 2025 15:18:55 +0000 >Subject: [PATCH] Bug 41119: Add missing function to acqui-home.tt > >TEST PLAN: >DO NOT APPLY PATCH BEFORE TESTING >1 - Go to histsearch.pl, type "ko" in "Basket created by" -> autocompletion starts >2 - Go to acqui-home.pl, type "ko" in "Basket created by" -> autocompletion is ko >3 - Apply patch >4 - Go to histsearch.pl, type "ko" in "Basket created by" -> autocompletion starts >5 - Go to acqui-home.pl, type "ko" in "Basket created by" -> autocompletion starts > >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> > >Amended-by: Jonathan Druart >Tidy >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index b2f6b4f55fc..ec5ddee485f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -281,6 +281,16 @@ > $("#accounts").DataTable().draw(); > }); > >+ patron_autocomplete($("#find_patron"), { >+ "on-select-add-to": { >+ container: $("#basket_creators"), >+ input_name: "created_by", >+ }, >+ "on-select-callback": function (event, ui) { >+ $("#find_patron").val("").focus(); >+ return false; >+ }, >+ }); > }); > </script> > [% END %] >-- >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 41119
:
188662
|
188920
|
188921
|
188927
| 188931