Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDPAP-7604] Add Redirect bulk import feature #404

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
SDPAP-7604 - Apply a patch for path_redirect_import to handle warning…
… messages
meralvingrita24 committed May 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 467fa854fb4fa18a41412d222a53a4d752d3a76d
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -254,6 +254,9 @@
"drupal/password_policy": {
"Add password validation to the user entity as a constraint - https://www.drupal.org/project/password_policy/issues/2941526#comment-14938934": "https://www.drupal.org/files/issues/2023-02-24/password_policy-move-password-validation-to-user-entity-2941526-10.patch"
},
"drupal/path_redirect_import": {
"Warning messages appear when the CSV's header are not following the suggested headers - https://www.drupal.org/project/path_redirect_import/issues/3359286": "https://www.drupal.org/files/issues/2023-05-10/3359286-handling-warning-messages.patch"
},
"drupal/simple_oauth": {
"access:false even though permission is checked for the role - https://www.drupal.org/project/simple_oauth/issues/2958159#comment-13847450": "https://www.drupal.org/files/issues/2020-10-05/simple_oauth-refresh_token_authenticated_missing_scope-2958159-4.patch",
"Allow to add multiple redirect uri for a single client - https://www.drupal.org/project/simple_oauth/issues/3331436": "https://git.drupalcode.org/project/simple_oauth/-/merge_requests/87.patch"