Bugzilla – Attachment 138105 Details for
Bug 31229
Column visibility broken on patron search view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31229: (bug 30063 follow-up) fix column visibility
Bug-31229-bug-30063-follow-up-fix-column-visibilit.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2022-07-25 21:40:20 UTC
(
hide
)
Description:
Bug 31229: (bug 30063 follow-up) fix column visibility
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-25 21:40:20 UTC
Size:
1.47 KB
patch
obsolete
>From b404246a921b73345ff3968151c99dbdf8da2c33 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 25 Jul 2022 08:54:48 +0200 >Subject: [PATCH] Bug 31229: (bug 30063 follow-up) fix column visibility > >Fix bad conflict resolution with bug 29648. > >Test plan: >Confirm that the "Columns" button is displayed on the patron result view >and that it works as expected. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 7c523061e3..03c2fe768d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -290,7 +290,7 @@ > > <script> > // Apply DataTables on the results table >- var table_settings = [% TablesSettings.GetColumns( 'members', 'member', 'memberresultst', 'json' ) | $raw %]; >+ var table_settings = [% TablesSettings.GetTableSettings( 'members', 'member', 'memberresultst', 'json' ) | $raw %]; > [% UNLESS CAN_user_borrowers_edit_borrowers OR CAN_user_tools_manage_patron_lists %] > [%# Remove the first column if we do not display the checkbox %] > table_settings['columns'].splice(0, 1); >-- >2.30.2
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 31229
:
138071
|
138074
| 138105