Remove the now defunct menu items for Drupal 11 sites

Created on 17 September 2024, about 2 months ago
Updated 20 September 2024, about 2 months ago

Problem/Motivation

Routes to add a theme or module where removed in πŸ“Œ Remove adding an extension via a URL Fixed . This code is now live with Drupal 11 and causes a whitepage when navigating to the /admin/structure/menu/manage/admin page.

This affects menu items added by the ExtraLinks class:

  • update.module_install
  • update.theme_install

Steps to reproduce

On a Drupal 11 site, navigate to /admin/structure/menu/manage/admin to receive the error message:

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

Proposed resolution

Remove the now defunct menu items for Drupal 11 sites.

Remaining tasks

Write a patch and review.

πŸ› Bug report
Status

Needs review

Version

3.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany ckaotik Berlin

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024