Bugzilla – Attachment 166750 Details for
Bug 36619
Cannot show/hide columns on the patron search table when placing a hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36619: Restore 'Columns' visibility on the patron search when placing a hold
Bug-36619-Restore-Columns-visibility-on-the-patron.patch (text/plain), 1.43 KB, created by
Martin Renvoize (ashimema)
on 2024-05-15 06:57:52 UTC
(
hide
)
Description:
Bug 36619: Restore 'Columns' visibility on the patron search when placing a hold
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-15 06:57:52 UTC
Size:
1.43 KB
patch
obsolete
>From 5d05128461c991fed5cf4a3e15f7e362d1f90941 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Apr 2024 12:18:11 +0200 >Subject: [PATCH] Bug 36619: Restore 'Columns' visibility on the patron search > when placing a hold > >Test plan: >Go to /cgi-bin/koha/reserve/request.pl?biblionumber=117 >Search for "d" >Notice that with this patch applied the "Columns" button is back and >that the "Configure" is working correctly > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 7dca1e83ba2..c030c7c5247 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1985,7 +1985,7 @@ > </script> > > <script> >- table_settings = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; >+ table_settings = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; > </script> > > [% SET search_results_block_id = 'holds_patronsearch_pane_panel' %] [%# adjusting variable for patron-search.inc %] >-- >2.45.0
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 36619
:
164990
|
165022
| 166750