Problem/Motivation

Pathauto's help page text still references path.admin_overview, which was changed to entity.path_alias.collection with Drupal 8.8. This causes the help page to crash and throw the error:

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "path.admin_overview" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 208 of /my/docroot/core/lib/Drupal/Core/Routing/RouteProvider.php).

Steps to reproduce

Install Pathauto and navigate to /admin/help/pathauto

Proposed resolution

Change path.admin_overview to entity.path_alias.collection.

CommentFileSizeAuthor
#2 pathauto-help-fix_3181589-2.patch1.85 KBjstoller

Comments

jstoller created an issue. See original summary.

jstoller’s picture

Status: Active » Needs review
StatusFileSize
new1.85 KB

This patch works for me.

andypost’s picture

Status: Needs review » Reviewed & tested by the community

There's no path.admin_overview route

  • Berdir committed 42c1d11 on 8.x-1.x authored by jstoller
    Issue #3181589 by jstoller: pathauto_help() still references 'path....
berdir’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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