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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3582864-remove-canonical-link.patch | 577 bytes | pcfoster |
Issue fork simple_styleguide-3582864
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
pcfoster commentedComment #3
pcfoster commentedComment #4
pcfoster commented