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

Command icon 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

elc created an issue. See original summary.

  • elc committed f2680ac1 on 3.0.x
    [#3495398] Fix configure route in info.yml.
    
elc’s picture

Title: Fix route for configure in info.yml » Fix configure route in info.yml
Assigned: elc » Unassigned
Status: Active » Fixed

Triggering 3.0.0-beta2 release as this is a usability issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.