Problem/Motivation
Link from module listing in Extend to the Site Verify configure page is not present as the route is wrong.
Steps to reproduce
Visit "Extend" and locate Site Verification; confirm that "Configure" link is not present
Proposed resolution
Update configure route in the info.yml file from now deprecated route to new one.
description: Verifies ownership of a site for use with search engines.
type: module
core_version_requirement: ^10.3 || ^11
-configure: site_verify.verifications_list
+configure: entity.site_verification.collection
Remaining tasks
- Patch
User interface changes
Configure link will again be shown
API changes
None
Data model changes
None
Issue fork site_verify-3495398
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 #4
elc commentedTriggering 3.0.0-beta2 release as this is a usability issue.