Bugzilla – Attachment 35628 Details for
Bug 13021
DataTables server-side processing - guarantor search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13021: guarantor search - prepare existing code to be reused
PASSED-QA-Bug-13021-guarantor-search---prepare-exi.patch (text/plain), 1.58 KB, created by
Kyle M Hall (khall)
on 2015-01-30 14:44:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 13021: guarantor search - prepare existing code to be reused
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-30 14:44:38 UTC
Size:
1.58 KB
patch
obsolete
>From 665374362239a2a3ff79947e58256add1965ef5f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 2 Oct 2014 09:36:53 +0200 >Subject: [PATCH] [PASSED QA] Bug 13021: guarantor search - prepare existing code to be reused > >The add_user_search tt file will be reuse in next commits, this commit >just moves it in a "common" directory. > >Signed-off-by: Morag Hills <the.invinnysible.one@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > acqui/add_user_search.pl | 2 +- > .../add_user_search.tt => common/patron_search.tt} | 0 > 2 files changed, 1 insertions(+), 1 deletions(-) > rename koha-tmpl/intranet-tmpl/prog/en/modules/{acqui/add_user_search.tt => common/patron_search.tt} (100%) > >diff --git a/acqui/add_user_search.pl b/acqui/add_user_search.pl >index 646e217..6b6d18c 100755 >--- a/acqui/add_user_search.pl >+++ b/acqui/add_user_search.pl >@@ -29,7 +29,7 @@ my $input = new CGI; > my $dbh = C4::Context->dbh; > > my ( $template, $loggedinuser, $cookie, $staff_flags ) = get_template_and_user( >- { template_name => "acqui/add_user_search.tt", >+ { template_name => "common/patron_search.tt", > query => $input, > type => "intranet", > authnotrequired => 0, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/add_user_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/en/modules/acqui/add_user_search.tt >rename to koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >-- >1.7.2.5
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 13021
:
31970
|
31971
|
31972
|
32231
|
32232
|
32233
|
35296
|
35297
|
35321
|
35322
|
35323
|
35324
|
35371
|
35627
| 35628 |
35629
|
35630
|
35631
|
35632