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

Dashboard does not redirect to upgrade screen

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.7.7, 2.8.5, 2.9
    • 2.7.8, 2.8.6
    • Installation

    Description

      In 2.9 we changed the default setting for the home page to be the "Dashboard" (previously called "My home"). This means admin after login may never hit "Site home" (former "Frontpage"). If upgrade is pending admin is not redirected to the upgrade page because this code is present in /index.php but is missing on /my/index.php :

      if ($hassiteconfig && moodle_needs_upgrading()) {
          redirect($CFG->wwwroot .'/'. $CFG->admin .'/index.php');
      }
      

      Attachments

        Activity

          People

            fred Frédéric Massart
            marina Marina Glancy
            Damyon Wiese Damyon Wiese
            Andrew Lyons Andrew Lyons
            Rajesh Taneja Rajesh Taneja
            Matteo Scaramuccia, David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/May/15