From 464f37132f7cfd3bbcbfa1ad2326147c79b5ad45 Mon Sep 17 00:00:00 2001 From: Edmund Dunn Date: Tue, 2 Jan 2024 14:45:08 -0800 Subject: [PATCH] VACMS-16591: rerolled patch --- composer.json | 2 +- ...-short.patch => 3106205-length-menu-tree-too-short-48.patch} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{3106205-length-menu-tree-too-short.patch => 3106205-length-menu-tree-too-short-48.patch} (98%) diff --git a/composer.json b/composer.json index a98f7653de..2dd5fdeee0 100644 --- a/composer.json +++ b/composer.json @@ -387,7 +387,7 @@ "1156338 - Fixed maximum number of field values, but use «add more» similar to when cardinality «unlimited» is used": "https://www.drupal.org/files/issues/2023-12-20/1156338-31.patch", "2942404 - Contentinfo landmark" : "https://www.drupal.org/files/issues/2023-06-30/2942404-messages-should-have-role-status.patch", "3047110 - Add workflow to taxonomy" : "https://www.drupal.org/files/issues/2023-04-14/3047110-45.patch", - "3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2023-05-24/3106205-length-menu-tree-too-short.patch", + "3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2024-01-02/3106205-length-menu-tree-too-short-48.patch", "3333401 - Pager h4 cause accessibility flag on many pages": "https://www.drupal.org/files/issues/2023-11-01/3333401-64.patch", "3382759 - Add multiple workflow content moderation filter to Views.": "https://www.drupal.org/files/issues/2023-08-24/3382759-8.patch", "3241295 - CKEditor 5 isn't respecting field widgets row settings": "https://www.drupal.org/files/issues/2023-11-14/3241295-d10.1.6-114.patch", diff --git a/patches/3106205-length-menu-tree-too-short.patch b/patches/3106205-length-menu-tree-too-short-48.patch similarity index 98% rename from patches/3106205-length-menu-tree-too-short.patch rename to patches/3106205-length-menu-tree-too-short-48.patch index 8dd681406a..85beb189e6 100644 --- a/patches/3106205-length-menu-tree-too-short.patch +++ b/patches/3106205-length-menu-tree-too-short-48.patch @@ -31,7 +31,7 @@ index a896ba9897435a082dcab1fd3097ca1bff785939..32f1f8f9ffa0961c97fea07f545cd0cb +/** + * Update length of menu_tree fields url and route_param_key from 255 to 2048. + */ -+function system_update_10101() { ++function system_update_10102() { + $schema = \Drupal::database()->schema(); + $spec = [ + 'description' => 'The external path this link points to (when not using a route).',