From 1b763bf8d4e8a97a6fe88598ea0d129c05f9f832 Mon Sep 17 00:00:00 2001 From: Ankit Pathak Date: Tue, 12 Dec 2023 14:26:05 +0530 Subject: [PATCH] ACMS-1927: Adding patch for workbench email. --- composer.lock | 5 ++++- modules/acquia_cms_common/composer.json | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 38cc80afa0..a85a855815 100644 --- a/composer.lock +++ b/composer.lock @@ -2435,7 +2435,7 @@ "dist": { "type": "path", "url": "./modules/acquia_cms_common", - "reference": "975f2dc0a0b9e9f5770e6dc19172ef335172cc75" + "reference": "65b3aa245f05b22316784e9b6056178764f0ffc3" }, "require": { "acquia/drupal-environment-detector": "^1.5", @@ -2501,6 +2501,9 @@ "drupal/core": { "3301692 - Passing null to parameter to mb_strtolower() is deprecated with PHP 8.1": "https://git.drupalcode.org/project/drupal/-/merge_requests/2598.patch", "3370946 - Page title should contextualize the local navigation": "https://www.drupal.org/files/issues/2023-11-30/3370946-pagetitle-backport-10-2-x.patch" + }, + "drupal/workbench_email": { + "3408131 - Route 'entity.workbench_email_template.canonical' does not exist.": "https://git.drupalcode.org/project/workbench_email/-/merge_requests/17.patch" } } }, diff --git a/modules/acquia_cms_common/composer.json b/modules/acquia_cms_common/composer.json index be10d98650..bb0fa6655a 100644 --- a/modules/acquia_cms_common/composer.json +++ b/modules/acquia_cms_common/composer.json @@ -78,6 +78,9 @@ "drupal/core": { "3301692 - Passing null to parameter to mb_strtolower() is deprecated with PHP 8.1": "https://git.drupalcode.org/project/drupal/-/merge_requests/2598.patch", "3370946 - Page title should contextualize the local navigation": "https://www.drupal.org/files/issues/2023-11-30/3370946-pagetitle-backport-10-2-x.patch" + }, + "drupal/workbench_email": { + "3408131 - Route 'entity.workbench_email_template.canonical' does not exist.": "https://git.drupalcode.org/project/workbench_email/-/merge_requests/17.patch" } } },