Skip to content
Snippets Groups Projects
Commit b178cc70 authored by git's avatar git Committed by Rajab Natshah
Browse files

Issue #2916699 by alaa abbad: Added the patch for [Webform node] module to fix...

Issue #2916699 by alaa abbad: Added the patch for [Webform node] module to fix the issue when trying to restore a revision of a content page
parent 235009b7
No related branches found
No related tags found
No related merge requests found
...@@ -311,6 +311,10 @@ ...@@ -311,6 +311,10 @@
"drupal/persistent_login": { "drupal/persistent_login": {
"Issue #2899530: Hide user^s local task": "Issue #2899530: Hide user^s local task":
"https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch" "https://www.drupal.org/files/issues/persistent_login-user_task_permission-2899530-6.patch"
},
"drupal/webform": {
"Issue #2913525: Type 1 Error when trying to restore a revision of a content page.":
"https://www.drupal.org/files/issues/type_1_error_when-2913525-7.patch"
} }
} }
} }
......
...@@ -201,6 +201,9 @@ projects[revision_log_default][version] = 1.0 ...@@ -201,6 +201,9 @@ projects[revision_log_default][version] = 1.0
projects[webform][type] = module projects[webform][type] = module
projects[webform][version] = 5.0-beta19 projects[webform][version] = 5.0-beta19
;; Issue #2913525: Type 1 Error when trying to restore a revision of a content page.
projects[webform][patch][] = https://www.drupal.org/files/issues/type_1_error_when-2913525-7.patch
projects[default_content][type] = module projects[default_content][type] = module
projects[default_content][version] = 1.0-alpha6 projects[default_content][version] = 1.0-alpha6
......
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