Skip to content
Snippets Groups Projects
Commit 8c87441f authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2916554: Fixed Admin Toolbar issue when add/edit content as ACE Editor...

Issue #2916554: Fixed Admin Toolbar issue when add/edit content as ACE Editor has no support for calling libraries from the currently active profile
parent 0a63e1b9
No related branches found
No related tags found
No related merge requests found
...@@ -317,6 +317,10 @@ ...@@ -317,6 +317,10 @@
"drupal/webform": { "drupal/webform": {
"Issue #2913525: Type 1 Error when trying to restore a revision of a content page.": "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" "https://www.drupal.org/files/issues/type_1_error_when-2913525-7.patch"
},
"drupal/ace_editor": {
"Issue #2916832: Add support for calling libraries from the current active profile":
"https://www.drupal.org/files/issues/2916832-4.patch"
} }
} }
} }
......
...@@ -135,6 +135,8 @@ projects[ckeditor_bidi][version] = 2.0 ...@@ -135,6 +135,8 @@ projects[ckeditor_bidi][version] = 2.0
projects[ace_editor][type] = module projects[ace_editor][type] = module
projects[ace_editor][version] = 1.0 projects[ace_editor][version] = 1.0
;; Issue #2916832: Add support for calling libraries from the current active profile
projects[ace_editor][patch][] = https://www.drupal.org/files/issues/2916832-4.patch
projects[entityqueue][type] = module projects[entityqueue][type] = module
projects[entityqueue][version] = 1.0-alpha7 projects[entityqueue][version] = 1.0-alpha7
......
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