Update menu and task parent routes
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3187844. --> Reported by: [ckaotik](https://www.drupal.org/user/2253676) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>With the update of core's <code>path</code> module to use entities, their route names have changed. Thus, the PAE menu item is no longer displayed in the menu, and local tasks are also missing.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Use a recent Drupal 8 with PAE. Visit <code>/admin/config/search/path/extend</code> and notice that there's no breadcrumb information, and no local tasks.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change occurances of <code>path.admin_overview</code> to <code>entity.path_alias.collection</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Write patch, update</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>The menu links and local tasks will show up again.</p>
issue