-
Sub-task
-
Resolution: Fixed
-
Blocker
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
After a chance comment by phalacee in MDL-39573, and on inspection of bootstrapbase/config.php, later revealed that the maintenance layout was incorrect and missing important options namely:
'maintenance' => array(
|
'file' => 'general.php',
|
'regions' => array(),
|
'options' => array('noblocks' => true, 'nofooter' => true, 'nonavbar' => true, 'nocustommenu' => true, 'nocourseheaderfooter' => true),
|
),
|
Also comparing it with base theme showed up other settings to.
That said, the intention of this issue is to add Base $THEME->layouts so that some continuity is maintained for future versions of Moodle.