Bugzilla – Attachment 132749 Details for
Bug 30063
Make the main patron search use the /patrons REST API route
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30063: Fix QA issues
Bug-30063-Fix-QA-issues.patch (text/plain), 1.86 KB, created by
Jonathan Druart
on 2022-03-31 12:48:22 UTC
(
hide
)
Description:
Bug 30063: Fix QA issues
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-31 12:48:22 UTC
Size:
1.86 KB
patch
obsolete
>From 0a93c7895a0c6f016c5e316d8554ffb4483621aa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 31 Mar 2022 14:43:50 +0200 >Subject: [PATCH] Bug 30063: Fix QA issues >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Séverine Queune <severine.queune@bulac.fr> >--- > .../prog/en/modules/members/member.tt | 16 +--------------- > 1 file changed, 1 insertion(+), 15 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index eded5ad1efd..418bdfbccd3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -303,21 +303,7 @@ > [% ELSE %] > [% SET redirect_url = '/cgi-bin/koha/members/moremember.pl' %] > [% END %] >- [% PROCESS patron_search_js >- table_id => 'memberresultst', >- categories => categories, >- libraries => libraries, >- extended_attribute_types => attribute_type_codes, >- columns => columns, >- actions => ['edit', 'checkout'], >- redirect_if_one_result => 1, >- redirect_url => redirect_url, >- sticky_header => "searchheader", >- sticky_to => "searchresults", >- default_sort_column => 'name-address', >- display_search_description => 1, >- %] >- >+ [% PROCESS patron_search_js table_id => 'memberresultst', categories => categories, libraries => libraries, extended_attribute_types => attribute_type_codes, columns => columns,actions => ['edit', 'checkout'], redirect_if_one_result => 1, redirect_url => redirect_url, sticky_header => "searchheader", sticky_to => "searchresults", default_sort_column => 'name-address', display_search_description => 1 %] > > [% END %] > >-- >2.25.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 30063
:
130608
|
130609
|
130610
|
130611
|
130612
|
130613
|
130614
|
130615
|
132387
|
132552
|
132731
|
132732
|
132733
|
132734
|
132735
|
132736
|
132737
|
132738
|
132739
|
132740
|
132741
|
132742
|
132743
|
132744
|
132745
|
132746
|
132747
|
132748
|
132749
|
132759
|
132760
|
132761
|
132762
|
132763
|
132764
|
132765
|
132766
|
132767
|
132768
|
132769
|
132770
|
132771
|
132772
|
132773
|
132774
|
132775
|
132776
|
132777
|
132958