From 6021b35d8bdb6be110ad10a4a7f3ddc3a0087890 Mon Sep 17 00:00:00 2001 From: David Blankenship Date: Wed, 18 Sep 2024 13:50:01 -0400 Subject: [PATCH] fix(remove-exposed-filter-patch): Remove filter patch for now Jakala relies on a patch that allows multiple views exposed filters to apply solely on the view that initiated it. Unfortunately, this resulted in issues with the media filter not functioning properly and providing an access denied on filter. For now, we will remove this for release while Jakala determines a new patch that could accomodate both situations. --- web/profiles/custom/yalesites_profile/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 51ddbb423..7128dde84 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -129,7 +129,6 @@ "Add reusable option to inline block creation https://www.drupal.org/project/drupal/issues/2999491": "https://git.drupalcode.org/issue/drupal-2999491/-/commit/1330eff91b1234979cf697a66a48e34eb116b441.patch", "Update \"Add reusable option to inline block creation\" patch with local changes to save block if it didn't save": "patches/layout_builder/1330eff91b1234979cf697a66a48e34eb116b441-1.patch", "Prevent empty block_content info fields from causing php deprecation notices": "https://www.drupal.org/files/issues/2023-07-21/3340159-empty-block-label_0.patch", - "Ajax exposed filters not working for multiple instances of the same Views block placed on one page": "https://www.drupal.org/files/issues/2023-05-07/3163299-104-D10.patch", "Fix checkboxes not being shown on media filter search https://www.drupal.org/project/drupal/issues/3388913": "https://git.drupalcode.org/project/drupal/-/commit/675d0495e64f20dbde06d78f8023b3c54d1c9401.patch" }, "drupal/entity_redirect": {