-
Bug
-
Resolution: Fixed
-
Minor
-
2.6.5, 2.7.2, 2.8, 2.9.3, 3.0
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_29_STABLE
-
MDL-47979-master-blocks-config -
- mv blocks/rss_client/settings.php blocks/rss_client/settings1.php
- Visit Site administration / ▶ Plugins / ▶ Blocks / ▶ Manage blocks
- Make sure you do not see the invalid link to non-existing admin/blocks.php
admin/block.php was the old settings link we used to have before we introduced settings.php support for blocks ages ago. We used to support both old style config.html and settings.php - but now you must include a settings.php.
So that link should be removed (and probably replaced with a debugging message saying 'cant find settings.php' or something like that).
Steps to reproduce:
- mv block/rss_client/settings.php block/rss_client/settings1.php
- Visit Site administration / ▶ Plugins / ▶ Blocks / ▶ Manage blocks
- Click the link to settings on RSS block
Observe that the link doesn't exist.
- caused a regression
-
MDL-55166 debugging message when $settings = null; in block's settings.php
-
- Closed
-
- Discovered while testing
-
MDLSITE-3426 Add a keyword check to the first-post filter
-
- Closed
-
- is a regression caused by
-
MDL-41437 missing plugins are not displayed on plugins overview page
-
- Closed
-
- will help resolve
-
MDL-52045 The block Tags still displays Settings link in the admin UI
-
- Closed
-