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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pathauto-help-fix_3181589-2.patch | 1.85 KB | jstoller |
Comments
Comment #2
jstollerThis patch works for me.
Comment #3
andypostThere's no
path.admin_overviewrouteComment #5
berdirThanks, committed.