GibbonEdu / core

Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders.
https://gibbonedu.org
GNU General Public License v3.0
460 stars 299 forks source link

Bug Fix: Fixed view all option in Students > Students by Form Group #1778

Closed felixOlesen closed 7 months ago

felixOlesen commented 7 months ago

Description Fixed view all option in report_students_byFormGroup.php: The solution involved switching the usage of the empty() method to !isset() in a line of the form validation to allow for the '*' to still get picked up post-sanitisation.

Motivation and Context The bug involved involved selecting the 'All' option in the topmost dropdown in Students, Students by Form Group. After selecting it and clicking 'Go', the data table does not get displayed.

How Has This Been Tested? Tested Locally