From 3c556d0b4edc8a5025834160ff2642478676dc68 Mon Sep 17 00:00:00 2001 From: Brendan Lawlor Date: Wed, 24 Jan 2024 17:15:09 +0000 Subject: [PATCH] Bug 35856: added options to runtime parameter modal This patch adds radio checkboxes to the reports runtime parameter modal for adding param options :all and :in. The :in param option functionality depends on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35746 Test plan: 1. Apply patch 2. Create a report from SQL 3. Click Insert runtime parameter and choose any option other than date, list or text field 4. Note the form now includes a radio checkbox for parameter options 5. Choose 'Include option for all' and click Insert parameter 6. Note the parameter is inserted with :all option like <> 7. Choose 'Allow multiple selections' and click Insert parameter 8. Note the parameter is inserted with :in option like <> 9. Make sure that parameter options are not included on the form for date, list and text field Thanks! --- .../modules/reports/guided_reports_start.tt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) 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 74d9315a4e..97cb0de52a 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 @@ -1503,6 +1503,15 @@
Select which authorized value category the user will choose from.
+