From 48bd0940f35a3cebd9e955555f95303e817eac39 Mon Sep 17 00:00:00 2001 From: Joe Parsons <471936+joeparsons@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:42:55 -0700 Subject: [PATCH] Closes #2315: Downgrade menu_block to 8.x-1.7 until we have a better solution for empty sidebars getting rendered. (#2320) --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bafaa55653..f8a5670bd3 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "drupal/media_library_form_element": "2.0.6", "drupal/media_library_theme_reset": "1.5.0", "drupal/media_migration": "1.0.0-alpha14", - "drupal/menu_block": "1.10.0", + "drupal/menu_block": "1.7.0", "drupal/menu_link_attributes": "1.3.0", "drupal/metatag": "1.22.0", "drupal/migrate_plus": "5.3.0", @@ -180,9 +180,6 @@ "drupal/media_migration": { "Catch migrate RequirementsExceptions (3268480)": "https://www.drupal.org/files/issues/2022-03-08/3268480-2.patch" }, - "drupal/menu_block": { - "Menu block renders when tree is empty as of 8.x-1.8 [regression] (3271218)": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch" - }, "drupal/migrate_plus": { "XML namespacing issue (2933531)": "https://www.drupal.org/files/issues/2019-08-22/register_namespaces-2933531-7.patch" },