Bugzilla – Attachment 35592 Details for
Bug 12944
Search for creator of an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12944: The autocomplete should only be applied for the form
PASSED-QA-Bug-12944-The-autocomplete-should-only-b.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2015-01-28 21:11:55 UTC
(
hide
)
Description:
[PASSED QA] Bug 12944: The autocomplete should only be applied for the form
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-01-28 21:11:55 UTC
Size:
1.43 KB
patch
obsolete
>From 7d68febab106564af71247abdc78ac896980c667 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 4 Nov 2014 14:59:43 +0100 >Subject: [PATCH] [PASSED QA] Bug 12944: The autocomplete should only be > applied for the form > >If it's the result view, the autocomplete should not be apply to the >input element (it does not exist). > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index 76ebc8e..4266530 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -18,13 +18,14 @@ > "sPaginationType": "four_button" > } ) ); > >- >- patron_autocomplete({ >- patron_container: $("#basket_creators"), >- input_autocomplete: $("#find_patron"), >- patron_input_name: 'created_by', >- field_to_retrieve: 'borrowernumber' >- }); >+ [% UNLESS order_loop %] >+ patron_autocomplete({ >+ patron_container: $("#basket_creators"), >+ input_autocomplete: $("#find_patron"), >+ patron_input_name: 'created_by', >+ field_to_retrieve: 'borrowernumber' >+ }); >+ [% END %] > }); > > //]]> >-- >1.9.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 12944
:
31682
|
31683
|
31824
|
31825
|
31987
|
31988
|
31989
|
32922
|
32931
|
33197
|
33198
|
33199
|
33200
|
34781
|
35589
|
35590
|
35591
| 35592 |
35593
|
35698