From 3237b88268354e418594c802713288a50a7945e6 Mon Sep 17 00:00:00 2001 From: Brendan Lawlor Date: Mon, 26 Aug 2024 15:02:34 +0000 Subject: [PATCH] Bug 37734: Fix insert runtime parameter button in reports The drop down item links had two class attributes which prevented javascript from opening the modal. This patch combines the classes into one class attribute. To test: 1. Go to Reports > Create from SQL 2. Click the Insert runtime parameter button 3. Click on any of the drop down options 4. Nothing happens :( 5. Apply patch 6. Repeat steps 2 and 3 for all different parameters 7. Notice the modal launches :) 8. Confirm the parameters are inserted as expected Signed-off-by: David Nind Signed-off-by: Emily Lamancusa --- .../modules/reports/guided_reports_start.tt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 3a4ca5778c..0e4db35ff1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -2552,18 +2552,18 @@ Insert runtime parameter [% END %] -- 2.34.1