Bugzilla – Attachment 183824 Details for
Bug 40314
Table columns aren't showing/responding properly in opac course reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40314: Correct the columns definitions in the OPAC course reserves table
Bug-40314-Correct-the-columns-definitions-in-the-O.patch (text/plain), 1.46 KB, created by
Matt Blenkinsop
on 2025-07-07 09:41:12 UTC
(
hide
)
Description:
Bug 40314: Correct the columns definitions in the OPAC course reserves table
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-07 09:41:12 UTC
Size:
1.46 KB
patch
obsolete
>From 077b7e04ffd9218db5bc9336793d8449196c4e63 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Mon, 7 Jul 2025 10:39:10 +0100 >Subject: [PATCH] Bug 40314: Correct the columns definitions in the OPAC course > reserves table > >To test: >1) In the interface, navigate to the course reserves page and add a public note to the course reserve provided in the default dataset >2) In the OPAC, click on course reserves >3) Re-size your screen to mobile mode >4) There should be a plus icon in the final column to show additional information from the columns hidden in mobile mode but it is missing >5) Apply patch >6) Hard refresh the page >7) The icon should now be visible >--- > .../opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >index 822d0b2834e..ee83b3f87d6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >@@ -98,7 +98,7 @@ > responsive: { > details: { type: "column", target: -1 }, > }, >- cColumnDefs: [ >+ columnDefs: [ > { className: "dtr-control", orderable: false, targets: -1 }, > ], > }, >-- >2.48.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 40314
: 183824