Route "entity.workbench_email_template.canonical" does not exist.

Created on 12 December 2023, 7 months ago
Updated 13 March 2024, 4 months ago

Problem/Motivation

Under src/Entity/Template.php below route exists but it doesn't work with Drupal 10.2.x version
links = {
* "canonical" = "/admin/config/workflow/workbench-email-template/{workbench_email_template}",

Proposed resolution

links = {
* "canonical" = "/admin/config/workflow/workbench-email-template/{workbench_email_template}/edit",
or
links = {
* "canonical" = "/admin/config/workflow/workbench-email-template/{workbench_email_template}", (Remove this line)

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇮🇳India ankitv18

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024