Problem/Motivation

Entity has canonical link template defined in Entity/StyleguidePattern class, but no route declared. Noticed in D11.3.2, but issue likely in ^10.2

Steps to reproduce

* as admin, navigate to "/admin/config/styleguide/patterns"
* expected: config page
* actual: `Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.styleguide_pattern.canonical" does not exist.`

Proposed resolution

Seems to be essentially same issue as https://www.drupal.org/project/entity_browser/issues/3410285

Attaching patch that removes the line from class annotation.

CommentFileSizeAuthor
#3 3582864-remove-canonical-link.patch577 bytespcfoster
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

pcfoster created an issue. See original summary.

pcfoster’s picture

Issue summary: View changes
pcfoster’s picture

StatusFileSize
new577 bytes
pcfoster’s picture

Status: Active » Needs review