Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Fixes 2878149: Adds the three patches described in the issue #372

Merged
merged 1 commit into from Jun 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -80,7 +80,13 @@
"2652138 - ImageFormatter does not support SVGs":
"https://www.drupal.org/files/issues/2652138-41.patch",
"1356276 - Allow profiles to provide a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/1356276-303.patch"
"https://www.drupal.org/files/issues/1356276-303.patch",
"2880374 - Experimental modules should not have warnings after being installed":
"https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch",
"2880445 - Config sync should not throw a warning when not being writable":
"https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch",
"2869592 - Disabled update module shouldn't produce a status report warning":
"https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch"
},
"drupal/entity_embed": {
"2832504 - Send the CKEditor instance ID to the embed.preview route":
Expand Down
7 changes: 5 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion drupal-org-core.make
Expand Up @@ -3,4 +3,7 @@ core = 8.x
projects[drupal][type] = core
projects[drupal][version] = 8.3.2
projects[drupal][patch][] = https://www.drupal.org/files/issues/2652138-41.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch