Bugzilla – Attachment 145073 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.47 KB, created by
Caroline Cyr La Rose
on 2023-01-05 19:17:08 UTC
(
hide
)
Description:
Bug 32574: [22.05] Fix table settings on member.tt
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-01-05 19:17:08 UTC
Size:
1.47 KB
patch
obsolete
>From af775897a9378fb0d8b39447213c8dfa2f3d9474 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 > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >--- > 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.34.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 32574
:
145068
|
145069
| 145073