Skip to content

Commit

Permalink
Issue #501: Fix search facets TypeError in upstream GDX Analytics module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislaick committed Jun 25, 2024
1 parent e481a20 commit 49f26a3
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 374 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"drupal/clipboardjs": "dev-2.0.x#adb3f68",
"drupal/cm_revision_delete": "^1.1.4",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/core-composer-scaffold": "^10.1",
"drupal/core-recommended": "^10.1",
"drupal/core-composer-scaffold": "~10.2.7",
"drupal/core-recommended": "~10.2.7",
"drupal/date_popup": "^2.0",
"drupal/default_content_deploy": "dev-2.0.x#4f1e9c3",
"drupal/devel_php": "^1.5",
Expand Down Expand Up @@ -238,7 +238,7 @@
"2550167 - Allow creating dependency on taxonomy parent term": "https://www.drupal.org/files/issues/2024-03-05/conditional_fields-taxonomy_parent_term-2550167-16.patch"
},
"drupal/core": {
"2280479 - Add setting to EntityReferenceSelection plugins to prevent references to referencing entity": "https://www.drupal.org/files/issues/2024-03-22/drupal-self_reference_d10-2280479-97.patch",
"2280479 - Add setting to EntityReferenceSelection plugins to prevent references to referencing entity": "https://www.drupal.org/files/issues/2024-03-22/drupal-self_reference_d11-2280479-101.patch",
"2821962 - Views exposed filters don't combine with contextual filters when using exposed form in block": "https://www.drupal.org/files/issues/2024-03-19/drupal-exposed-contextual-filters-2821962-65.patch",
"3079534 - Views JOIN condition fails in PostgreSQL when comparing entity identifiers of different datatypes": "https://www.drupal.org/files/issues/2024-01-17/drupal-views_postgres_join_no_tests-3079534-36.patch",
"2840283 - Problem with action path for embedded forms": "https://www.drupal.org/files/issues/2020-03-19/linked-display-2840283-40_1.patch",
Expand Down
Loading

0 comments on commit 49f26a3

Please sign in to comment.