Problem/Motivation
1. When enabling the module via drush the following error is encountered:
[success] Module simple_sitemap has been installed. (Permissions - Configure)
In RouteProvider.php line 211:
Route "simple_sitemap.settings_views" does not exist.
Error is caused by the route named in the `configure` property of `simple_sitemap_views.info.yml` not matching routing.yml. Also note that the naming pattern does not match other sub-modules
Proposed resolution
1. Update the settings route name to be consistent with other submodules to `simple_sitemap_views.settings`
2. Make route consistent in both routing file and info file
Issue fork simple_sitemap-3507718
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
richardgaunt commentedAdded fix to Issue fork https://git.drupalcode.org/issue/simple_sitemap-3507718
Comment #3
richardgaunt commentedComment #5
richardgaunt commentedAdded a Merge request for easy review: https://git.drupalcode.org/project/simple_sitemap/-/merge_requests/123
Comment #6
richardgaunt commentedComment #11
walkingdexter commentedThanks for the issue! The proposed resolution is a breaking change, so I just fixed the info files.