From 29ba1f4a37ac527aee0541bd7fb0190e78b21653 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Fri, 5 Sep 2025 14:58:48 -0500 Subject: [PATCH] Fix the filter on the student progress page not honoring unchecked check boxes. To fix this `returning => 1` needs to be added to the parameters. This fixes issue #2800. --- .../Instructor/StudentProgress/set_progress.html.ep | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ContentGenerator/Instructor/StudentProgress/set_progress.html.ep b/templates/ContentGenerator/Instructor/StudentProgress/set_progress.html.ep index e1eb38b734..e155421871 100644 --- a/templates/ContentGenerator/Instructor/StudentProgress/set_progress.html.ep +++ b/templates/ContentGenerator/Instructor/StudentProgress/set_progress.html.ep @@ -16,6 +16,7 @@ % show_section => $showColumns->{section}, % show_recitation => $showColumns->{recit}, % show_login => $showColumns->{login}, + % returning => 1 % ) % : () % );