Skip to content

Commit

Permalink
fix: Userprotect cannot install from scratch if the config is not up …
Browse files Browse the repository at this point in the history
…to date.
  • Loading branch information
cafuego committed Nov 21, 2023
1 parent 72708bc commit 628fa93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"drupal/entity_browser": {
"expects parameter 1 to be array": "PATCHES/entity_browser/entity_browser-key-2914385-6.patch"
},
"drupal/features": {
"features patch for deprication warning": "PATCHES/features/3375425-deprication-warning-features.patch"
},
"drupal/google_tag": {
"Error during cache rebuild when assets are stored on NFS": "PATCHES/google_tag/3250315-google-tag-nfs-locks-5.patch"
},
Expand All @@ -27,8 +30,8 @@
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
},
"drupal/features": {
"features patch for deprication warning": "PATCHES/features/3375425-deprication-warning-features.patch"
"drupal/userprotect": {
"Error: Call to a member function grantPermission() on null in userprotect_install()": "https://www.drupal.org/files/issues/2023-07-28/3349663-8.patch"
}
}
}

0 comments on commit 628fa93

Please sign in to comment.