Skip to content

Commit e36cb37

Browse files
committed
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.
1 parent 0974272 commit e36cb37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/ContentGenerator/Instructor/StudentProgress/set_progress.html.ep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
% show_section => $showColumns->{section},
1717
% show_recitation => $showColumns->{recit},
1818
% show_login => $showColumns->{login},
19+
% returning => 1
1920
% )
2021
% : ()
2122
% );

0 commit comments

Comments
 (0)