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

Moodle redirect instructor to system configuration page if restore is canceled in middle

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8
    • 1.8.4, 1.9, 2.0
    • Backup
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE

    Description

      I'm starting to contribute back to the moodle community about some customizations/bug fixes we made here at SFSU, as we haven't got a chance to organize these and contribute them back to the community yet.

      In original state moodle redirects instructor to system configuration page if restore is cancelled in middle. This is unwanted becuase instructors do not have access to admin page so they will be logged out. In this bug fix we have changed the code to redirect user to respective course index page if restore is canceled.

      File(s) effected: /backup/restore.php

      Change :
      Replaced
      #107 print_continue("$CFG->wwwroot/$CFG->admin/index.php");
      with
      #107 print_continue("$CFG->wwwroot/course/view.php?id=".$id);

      Please consider to check this into the moodle core code. Thanks!

      Attachments

        Activity

          People

            poltawski Dan Poltawski
            chuang Wen Hao Chuang
            Nobody Nobody
            Adrian Greeve, David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/Jan/08