Skip to content

Commit

Permalink
MDL-70817 admin: Remove heading for showcompletionconditions
Browse files Browse the repository at this point in the history
It should be under the "Completion tracking" subheading just like in
the course form.
  • Loading branch information
junpataleta committed Apr 2, 2021
1 parent ec270a3 commit 9a6958a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/settings/courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@
new lang_string('enablecompletion_help', 'completion'), 1, array(0 => new lang_string('no'), 1 => new lang_string('yes'))));

// Display completion conditions.
$temp->add(new admin_setting_heading('showcompletionconditions',
new lang_string('showcompletionconditions', 'completion'), ''));
$temp->add(new admin_setting_configselect('moodlecourse/showcompletionconditions',
new lang_string('showcompletionconditions', 'completion'),
new lang_string('showcompletionconditions_help', 'completion'), 1, [
Expand Down

0 comments on commit 9a6958a

Please sign in to comment.