Bugzilla – Attachment 191121 Details for
Bug 41568
Tidy kohaTable block - circ
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41568: Tidy kohaTable - circ/view_holdsqueue.tt
c44c96b.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2026-01-09 14:47:15 UTC
(
hide
)
Description:
Bug 41568: Tidy kohaTable - circ/view_holdsqueue.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:47:15 UTC
Size:
1.46 KB
patch
obsolete
>From c44c96b7907ae01dc01459910ed8c38adcf0a51a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 12:24:46 +0100 >Subject: [PATCH] Bug 41568: Tidy kohaTable - circ/view_holdsqueue.tt > >--- > .../intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index facdba84331..e2d001ccee1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -380,6 +380,10 @@ > [% INCLUDE 'select2.inc' %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("js/hold-group.js") | $raw %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; >+ </script> >+ > <script> > $(document).ready(function() { > // Apply select2 to all select fields having a "multiple" attribute >@@ -405,7 +409,6 @@ > }; > $('#holdst thead input').on('change keyup keydown', filterColumn); > >- var table_settings = [% TablesSettings.GetTableSettings('circ', 'view_holdsqueue', 'holds-table', 'json') | $raw %]; > var holdst = $("#holdst").kohaTable( > { > dom: 'B<"clearfix">t', >-- >2.43.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 41568
:
191111
|
191112
|
191113
|
191114
|
191115
|
191116
|
191117
|
191118
|
191119
|
191120
|
191121
|
191122
|
191123
|
191375
|
191376
|
191377
|
191378
|
191379
|
191380
|
191381
|
191382
|
191383
|
191384
|
191385
|
191386
|
191387
|
191388