-
Bug
-
Resolution: Fixed
-
Minor
-
3.2, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-58744-master -
The region of a front page block which is set to "Display throughout the entire site" (Sticky Block) needs to be overwritten for the the Dashboard page. The overwrite is not applied for the user if $CFG->forcedefaultmymoodle is set even when editing the "Default Dashboard page" shows the the block in the right region.
Steps for replication:
- Set $CFG->forcedefaultmymoodle = true; in config.php
- Login as an admin
- Go to the Site home page
- Turn editing on
- Add a block "Latest announcements"
- Click on the settings icon of the "Latest Announcements" and click on the configure option
- Under Page contexts select "Display throughout the entire site"
- Save
- Under Site administratrion -> Appearance -> Default Dashboard page
- Click on the settings for the "Latest Announcements" block and click on the configure option
- In the "On this page" box select the region "content"
- Save
- Click in the Dashboard in the Navigation
Expected result:
The "Latest Announcements" block in the content/center region.
Actual result:
The "Latest Announcements" block is in the default region.
- caused a regression
-
MDL-60436 Performance regression in block_manager::load_blocks()
- Closed