Bugzilla – Attachment 194649 Details for
Bug 41569
Tidy kohaTable block - clubs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41569: Fix conflict with 39698
1ca0c52.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2026-03-06 11:29:56 UTC
(
hide
)
Description:
Bug 41569: Fix conflict with 39698
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-03-06 11:29:56 UTC
Size:
1.46 KB
patch
obsolete
>From 1ca0c52f987c44656cba6b1182b937d74aace1bb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 Mar 2026 12:28:54 +0100 >Subject: [PATCH] Bug 41569: Fix conflict with 39698 > >--- > .../opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >index 2d96e681acd..8daa7d35897 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt >@@ -68,6 +68,9 @@ > [% END %] > <script> > const patron_id = "[% borrower.borrowernumber | html %]"; >+ addPrefs({ >+ OPACTableColExpandedByDefault: [% Koha.Preference('OPACTableColExpandedByDefault') ? 1 : 0 | html %], >+ }); > </script> > > <script> >@@ -100,11 +103,7 @@ > return false; > } > >- [% IF ( Koha.Preference('OPACTableColExpandedByDefault') ) %] >- var responsive_display = DataTable.Responsive.display.childRowImmediate; >- [% ELSE %] >- var responsive_display = DataTable.Responsive.display.childRow; >- [% END %] >+ var responsive_display = prefs.OPACTableColExpandedByDefault ? DataTable.Responsive.display.childRowImmediate : DataTable.Responsive.display.childRow; > > var Tables = $("#clubs-table-enrolled,#clubs-table-unenrolled"); > Tables.each(function(){ >-- >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 41569
:
191124
|
191125
|
191126
|
191572
|
191573
|
191574
|
191575
|
194643
|
194644
|
194649
|
194650
|
194651
|
194683
|
194684
|
194685
|
194686
|
194687
|
194688