Bugzilla – Attachment 145068 Details for
Bug 32574
memberresultst table cannot be column configured in 22.05.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32574: [22.05] Fix table settings on member.tt
Bug-32574-2205-Fix-table-settings-on-membertt.patch (text/plain), 1.35 KB, created by
Lucas Gass (lukeg)
on 2023-01-05 18:07:11 UTC
(
hide
)
Description:
Bug 32574: [22.05] Fix table settings on member.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-01-05 18:07:11 UTC
Size:
1.35 KB
patch
obsolete
>From 9e0b6a312b838cfa72dafa775cfc17a6624f1517 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 5 Jan 2023 18:05:13 +0000 >Subject: [PATCH] Bug 32574: [22.05] Fix table settings on member.tt > >To test: >1. Apply patch >2. Do a patron searches that will return mutiple patrons. >3. Make sure you see the Columns button >4. Make sure you can properly hide columns via Table settings >--- > 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 7c523061e3a..03c2fe768df 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 32574
:
145068
|
145069
|
145073