From 798cc769fe25478ed41fa50cd41fd3a90c0a4a24 Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Fri, 22 Nov 2019 16:47:45 +0000
Subject: [PATCH] Bug 13806: Sanitize inputs where creating Reports subgroup
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
This patch adds validation of report group and subgroup inputs so that
the user can't enter data into only one half of the group code/name
pair.
To test, apply the patch and go to Reports -> Use saved.
- Create or edit a report which doesn't have a group or subgroup
assigned.
- Under "Report group," select the "or create" radio button.
- Click the "Update SQL" button to submit the form without entering a
group code or name. The form should require taht you enter data into
both fields.
- Enter data into the report group code and name fields. Add data to
either the code or data field under "Report subgroup." You should
not be able to submit the form without populating both.
- Start over editing a report which doesn't have a group or subgroup
assigned.
- Select an existing group under "Report group."
- Under "Report subgroup," select the "or create" option.
- You should not be able to submit the form without adding data in
both the code and name fields for the report subgroup.
Signed-off-by: Séverine QUEUNE
Signed-off-by: Jonathan Druart
Signed-off-by: Martin Renvoize
Signed-off-by: Joy Nelson
---
.../modules/reports/guided_reports_start.tt | 80 +++++++++++++++----
1 file changed, 65 insertions(+), 15 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 cac8ccbea4..4ca5833a52 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
@@ -614,7 +614,7 @@ canned reports and writing custom SQL reports.
[% END %]
[% IF ( save ) %]
-