From 67a69e98f848674e4b74e1c5de3f469a5ab465c7 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Fri, 22 Oct 2021 07:09:15 -0400 Subject: [PATCH] Remove merged drupal/core patch for Issue #3134470: Switch to entity owner in EntityContentBase during validation --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 3919502b..10c556c1 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,6 @@ }, "patches": { "drupal/core": { - "Issue #3134470: Switch to entity owner in EntityContentBase during validation": "https://www.drupal.org/files/issues/2021-07-12/3134470-78.patch", "Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields.": "https://www.drupal.org/files/issues/2021-11-09/2429699-446.patch", "Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2021-09-24/2339235-9.2-72.patch", "Issue #1874838: Allow exposed blocks to use 'Link display' settings": "https://www.drupal.org/files/issues/2021-11-11/1874838-26.patch"