Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-12119

When grading assignments, the breadcrumb should allow return to the gradebook WITH PATCH

XMLWordPrintable

    • MOODLE_19_STABLE
    • MOODLE_19_STABLE, MOODLE_20_STABLE

      When clicking on a link to grade an assignment in the 1.9 gradebook, one can assign grades to the assignment, but it requires several mouseclicks to go back to the course page and then into the gradebook to see the results.

      To fix, replace the line from mod\assignment.php

      $navigation = build_navigation($this->strsubmissions, $this->cm);

      to

      $navigation = build_navigation(array(array('name'=>get_string('grades', 'grades'), 'link'=>"$CFG->wwwroot/grade/report/grader/index.php?id={$this->course->id}", 'type'=>'misc'),array('name'=>$this->strsubmissions, 'link'=>null, 'type'=>'misc')),$this->cm);

      Now you can return to the gradebook with a single click, greatly increasing productivity.

            dougiamas Martin Dougiamas
            ganderson Gary Anderson (Inactive)
            Nobody Nobody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.