Skip to content

Commit

Permalink
Merge pull request #2674 from drgrice1/bugfix/problem-list-missing-he…
Browse files Browse the repository at this point in the history
…ader

Add the "Grader" header back to the Assignments when the "Grade Problem" link is shown.
  • Loading branch information
Alex-Jordan authored Feb 18, 2025
2 parents 28b21ed + f78042a commit da75967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/ContentGenerator/ProblemSet/problem_list.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
</th>
<th><%= maketext('Counts for Parent') %></th>
% }
% if ($c->{canScoreProblems}) {
% if ($authz->hasPermissions(param('user'), 'access_instructor_tools')
% && $authz->hasPermissions(param('user'), 'problem_grader')) {
<th><%= maketext('Grader') %></th>
% }
</tr>
Expand Down

0 comments on commit da75967

Please sign in to comment.