Skip to content

Commit

Permalink
Issue #3127775 by chr.fritsch, daniel.bosen: Fix upgrade testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfritsch committed Apr 15, 2020
1 parent ade0f9a commit 7c6a134
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -68,11 +68,14 @@
"Re-order + remove broken with the Entity Reference (and File) widget": "https://www.drupal.org/files/issues/2020-03-30/2851580-83.patch"
},
"drupal/password_policy": {
"Policies should declare a config dependency on the plugin modules": "https://www.drupal.org/files/issues/2019-06-13/2918974-7.patch",
"Policies should declare a config dependency on the plugin modules": "https://www.drupal.org/files/issues/2020-04-14/2918974-7-11.patch",
"Importing configuration on site without password_policy activated": "https://www.drupal.org/files/issues/2020-03-20/password-policy-2771129-110.patch"
},
"drupal/redirect": {
"Update view to met the Drupal 8.8 views schema": "https://www.drupal.org/files/issues/2019-12-23/3089389-6.patch"
},
"drupal/simple_sitemap": {
"Warning if excluded_languages is not set": "https://www.drupal.org/files/issues/2020-04-14/3127501.patch"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion config/install/simple_sitemap.settings.yml
Expand Up @@ -8,7 +8,7 @@ xsl: true
base_url: ''
default_variant: default
custom_links_include_images: false
excluded_languages: { }
excluded_languages: []
enabled_entity_types:
- node
- taxonomy_term
2 changes: 1 addition & 1 deletion drupal-org.make
Expand Up @@ -88,7 +88,7 @@ projects[paragraphs_features][type] = module
projects[paragraphs_features][version] = 1
projects[password_policy][type] = module
projects[password_policy][version] = 3.0-beta1
projects[password_policy][patch][] = https://www.drupal.org/files/issues/2019-06-13/2918974-7.patch
projects[password_policy][patch][] = https://www.drupal.org/files/issues/2020-04-14/2918974-7-11.patch
projects[password_policy][patch][] = https://www.drupal.org/files/issues/2020-03-20/password-policy-2771129-110.patch
projects[pathauto][type] = module
projects[pathauto][version] = 1
Expand Down

0 comments on commit 7c6a134

Please sign in to comment.