Skip to content
Snippets Groups Projects
Commit 914db91f authored by Yousef Bajawi's avatar Yousef Bajawi Committed by Rajab Natshah
Browse files

Issue #2914098: Added the patch for [Persistent Login] module to provide a...

Issue #2914098: Added the patch for [Persistent Login] module to provide a permission to access (user/{user}/persistent-logins) path
parent dafd43d2
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,10 @@ ...@@ -307,6 +307,10 @@
"drupal/content_lock": { "drupal/content_lock": {
"Issue #2907026: Fixed Warning: When we do not have content types yet in the system.": "Issue #2907026: Fixed Warning: When we do not have content types yet in the system.":
"https://www.drupal.org/files/issues/2907026-7_0.patch" "https://www.drupal.org/files/issues/2907026-7_0.patch"
},
"drupal/persistent_login": {
"Issue #2899530: Hide user^s local task":
"https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch"
} }
} }
} }
......
...@@ -155,6 +155,8 @@ projects[ultimate_cron][version] = 2.0-alpha2 ...@@ -155,6 +155,8 @@ projects[ultimate_cron][version] = 2.0-alpha2
projects[persistent_login][type] = module projects[persistent_login][type] = module
projects[persistent_login][version] = 1.0-alpha3 projects[persistent_login][version] = 1.0-alpha3
;; Issue #2899530: Hide user^s local task
projects[persistent_login][patch][] = https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch
projects[userprotect][type] = module projects[userprotect][type] = module
projects[userprotect][version] = 1.0 projects[userprotect][version] = 1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment