From 077b7e04ffd9218db5bc9336793d8449196c4e63 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop 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