Skip to content

Commit

Permalink
D8CORE-7342 Disable page_cache_query_ignore module (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Apr 10, 2024
1 parent bf21e5a commit 0cb45ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@
"drupal/migrate_plus": {
"https://www.drupal.org/project/migrate_plus/issues/2837684": "https://www.drupal.org/files/issues/2023-01-13/2837684-14-migrate-plus-xml-return-as-xml.patch"
},
"drupal/page_cache_query_ignore": {
"https://www.drupal.org/project/page_cache_query_ignore/issues/3336993": "https://www.drupal.org/files/issues/2023-01-27/3336993-get_config.patch"
},
"drupal/paragraphs": {
"https://www.drupal.org/project/paragraphs/issues/2895561": "https://www.drupal.org/files/issues/2021-05-06/paragraphs-2895561-32.patch"
},
Expand Down
1 change: 0 additions & 1 deletion config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ module:
oembed_providers: 0
options: 0
page_cache: 0
page_cache_query_ignore: 0
paragraphs_browser: 0
paragraphs_edit: 0
path: 0
Expand Down
6 changes: 0 additions & 6 deletions config/default/page_cache_query_ignore.settings.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -567,3 +567,10 @@ function _su_humsci_profile_reset_node_changed_time(NodeInterface $node, int $ch
function su_humsci_profile_update_9609() {
\Drupal::service('module_installer')->uninstall(['chosen']);
}

/**
* Disable page_cache_query_ignore.
*/
function su_humsci_profile_update_9610() {
\Drupal::service('module_installer')->uninstall(['page_cache_query_ignore']);
}

0 comments on commit 0cb45ac

Please sign in to comment.