From 5da75606a196460463c79e01a10b49c2829c680b Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Fri, 22 Oct 2021 15:00:38 -0400 Subject: [PATCH] Revert "Update drupal/core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields" This reverts commit f69640bde6083c849133850d0557c2c8466ebb9f. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6061cd33..f68d90b5 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "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-10-22/2429699-429_0.patch", + "Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields.": "https://www.drupal.org/files/issues/2021-09-20/2429699-420.patch", "Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2021-09-24/2339235-9.2-72.patch" }, "drupal/entity": {