From d77145e17c9f7f9252ef34f2a0a5f4958a5cea6b Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Wed, 11 May 2022 16:59:41 -0400 Subject: [PATCH] Update Entity API patch for issue #3206703 to fix error when using update.php to create new base fields. See https://www.drupal.org/project/entity/issues/3206703#comment-14507085 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27efef2a0..2bd193aae 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "Issue #1874838: Allow exposed blocks to use 'Link display' settings": "https://www.drupal.org/files/issues/2021-11-11/1874838-26.patch" }, "drupal/entity": { - "Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2021-05-18/3206703-7.patch" + "Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2022-05-11/3206703-10.patch" }, "drupal/jsonapi_schema": { "Issue #3256795: Float fields have a null schema": "https://www.drupal.org/files/issues/2022-01-03/3256795-4.patch",