Skip to content

Commit

Permalink
ACMS-1042: Added patch for facet reset link failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
panshulK authored and vishalkhode1 committed Jan 20, 2022
1 parent 8337382 commit 0990a29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"drupal/default_content": "2.0.0-alpha1",
"drupal/diff": "^1",
"drupal/entity_clone": "1.0-beta6",
"drupal/facets": "^2.0",
"drupal/facets": "2.0",
"drupal/facets_pretty_paths": "^1.2",
"drupal/field_group": "^3",
"drupal/focal_point": "1.5",
Expand Down Expand Up @@ -178,6 +178,9 @@
"drupal/entity_clone": {
"Allow fields implementing EntityReferenceFieldItemListInterface to clone their referenced entities": "https://www.drupal.org/files/issues/2021-04-14/3013286-19.patch"
},
"drupal/facets": {
"Fix the select/deselect facet link issue": "https://www.drupal.org/files/issues/2022-01-18/3259123-search-facet-reset-link.patch"
},
"drupal/focal_point": {
"3162210 - Preview link accidentally closes the media library": "https://www.drupal.org/files/issues/2020-10-06/3162210-17.patch"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion modules/acquia_cms_search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@
"drupal/acquia_cms_article": "^1.0",
"drupal/acquia_search": "^3.0.3",
"drupal/collapsiblock": "^3",
"drupal/facets": "^2.0",
"drupal/facets": "2.0",
"drupal/facets_pretty_paths": "^1.2",
"drupal/search_api": "1.20",
"drupal/search_api_autocomplete": "^1.4"
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/facets": {
"Fix the select/deselect facet link issue": "https://www.drupal.org/files/issues/2022-01-18/3259123-search-facet-reset-link.patch"
},
"drupal/search_api": {
"Resolves call to member function preExecute() on null error on site install": "https://www.drupal.org/files/issues/2021-09-20/search_api_condition_cacheable_metadata.patch"
}
Expand Down

0 comments on commit 0990a29

Please sign in to comment.