Skip to content

Commit

Permalink
fix(remove-exposed-filter-patch): Remove filter patch for now
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dblanken-yale committed Sep 18, 2024
1 parent 1afa411 commit 6021b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6021b35

Please sign in to comment.