Bugzilla – Attachment 191108 Details for
Bug 41567
Tidy kohaTable block - cataloguing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41567: Tidy kohaTable - cataloguing/concerns.tt
ec14800.patch (text/plain), 2.06 KB, created by
Jonathan Druart
on 2026-01-09 14:46:35 UTC
(
hide
)
Description:
Bug 41567: Tidy kohaTable - cataloguing/concerns.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:46:35 UTC
Size:
2.06 KB
patch
obsolete
>From ec148003d0cc46c7ef77b5cd7c77a06d326b0bd0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 11:53:53 +0100 >Subject: [PATCH] Bug 41567: Tidy kohaTable - cataloguing/concerns.tt > >--- > .../prog/en/modules/cataloguing/concerns.tt | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >index 84618dde7c8..48191822e3f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt >@@ -64,12 +64,13 @@ > [% INCLUDE 'js-date-format.inc' %] > [% INCLUDE 'js-biblio-format.inc' %] > <script> >- $(document).ready(function() { >- >- logged_in_user_borrowernumber = [% logged_in_user.borrowernumber | html %]; >+ logged_in_user_borrowernumber = [% logged_in_user.borrowernumber | html %]; > >- var table_settings = [% TablesSettings.GetTableSettings('cataloguing', 'concerns', 'table_concerns', 'json') | $raw %]; >+ var table_settings = [% TablesSettings.GetTableSettings('cataloguing', 'concerns', 'table_concerns', 'json') | $raw %]; >+ </script> > >+ <script> >+ $(document).ready(function() { > let additional_filters = { > resolved_date: function(){ > if ( $("#hide_resolved_concerns").is(":checked") ) { >@@ -230,7 +231,11 @@ > tickets.DataTable().draw(); > }); > adjust_filter_label(); >+ }); >+ </script> > >+ <script> >+ $(document).ready(function() { > [% FOR st IN status %] > $('#[% st.authorised_value | html %]_filter').on("click", function() { > if ($("#hide_[% st.authorised_value | html %]").is(":checked")){ >@@ -257,6 +262,7 @@ > [% END %] > }); > </script> >+ > [% INCLUDE 'select2.inc' %] > [% Asset.js("js/modals/display_ticket.js") | $raw %] > [% END %] >-- >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 41567
:
191107
|
191108
|
191109
|
191110
|
191362
|
191363
|
191364
|
191365