Skip to content

Commit 45224fc

Browse files
authored
Merge pull request #2671 from drgrice1/grouping-sets-can-be-repeated
Don't show the "This problem uses the same source file as number N." message for grouping sets.
2 parents d455f7b + 939f895 commit 45224fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ContentGenerator/Instructor/ProblemSetDetail.html.ep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
% $prettyID = join('.', jitar_id_to_seq($prettyID)) if $isJitarSet;
420420
% $repeatFile = maketext('This problem uses the same source file as number [_1].', $prettyID);
421421
% } else {
422-
% $shownYet{$problemFile} = $problemID;
422+
% $shownYet{$problemFile} = $problemID unless $problemFile =~ /^group:/;
423423
% $repeatFile = '';
424424
% }
425425
%

0 commit comments

Comments
 (0)