Hello,
I am facing an issue with measuremail when the config_translation module is disabled. The issue is only happening in the drupal 9 version and above.

Bellow there is the exception being thrown:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.measuremail.config_translation_overview" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of /var/www/html/docroot/core/lib/Drupal/Core/Routing/RouteProvider.php).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bernardopaulino created an issue. See original summary.

bernardopaulino’s picture

I created a patch that checks if the module config_translation is also disabled and if so it unsets the local task.

bernardopaulino’s picture

Status: Active » Needs review

  • rutiolma committed 627442b on 8.x-1.x
    Issue #3318279 by bernardopaulino: Routing exception when...
rutiolma’s picture

Status: Needs review » Fixed

Indeed, the check should be done on config_translation as well.
Thanks!

Status: Fixed » Closed (fixed)

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