As admin search the site settings for "default dashboard" add check that you can add/remove the course overview block from the default /my page.
Check that a regular user can go to /my and turn on customization and add/remove the course overview block from their /my page.
Check that you cannot add a block that has 'my' => false in its applicable_formats() to /my. For example, block_blog_tags and block_selfcompletion.
Since MDL-48910, the course overview block is no longer addable to my moodle where it previously was able to be.
This is because mymoodle has "my-index" in its applicable formats list.
MDL-48910 is only checking for "my" when it should probably be looking for any format starting with "my"?
is a regression caused by
MDL-48910Block with 'my' set to false in applicable_formats() still gets a message if myaddinstance is not defined