Skip to content

Commit

Permalink
MDL-47700 Grades: Sitewide overview report isn't visible in some cases
Browse files Browse the repository at this point in the history
Showing a overview report rank sitewide isn't visible to student in same cases
  • Loading branch information
tlock authored and John Okely committed Nov 13, 2014
1 parent 0ac6d59 commit 09a9270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grade/report/overview/settings.php
Expand Up @@ -26,7 +26,8 @@

if ($ADMIN->fulltree) {

$settings->add(new admin_setting_configcheckbox('grade_report_overview_showrank', get_string('showrank', 'grades'), get_string('showrank_help', 'grades'), 0, PARAM_INT));
$settings->add(new admin_setting_configcheckbox('grade_report_overview_showrank', get_string('showrank', 'grades'),
get_string('showrank_help', 'grades'), 0));

$settings->add(new admin_setting_configselect('grade_report_overview_showtotalsifcontainhidden', get_string('hidetotalifhiddenitems', 'grades'),
get_string('hidetotalifhiddenitems_help', 'grades'), GRADE_REPORT_HIDE_TOTAL_IF_CONTAINS_HIDDEN,
Expand Down

0 comments on commit 09a9270

Please sign in to comment.