--- loncom/homework/grades.pm 2019/02/23 15:18:33 1.760 +++ loncom/homework/grades.pm 2019/03/06 15:45:29 1.761 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.760 2019/02/23 15:18:33 raeburn Exp $ +# $Id: grades.pm,v 1.761 2019/03/06 15:45:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4925,6 +4925,7 @@ LISTJAVASCRIPT my $cdom = $env{"course.$env{'request.course.id'}.domain"}; my $cnum = $env{"course.$env{'request.course.id'}.num"}; my $getsec = $env{'form.section'} eq '' ? 'all' : $env{'form.section'}; + my $getgroup = $env{'form.group'} eq '' ? 'all' : $env{'form.group'}; my $result='