From 0c1eadf9936ddf37e242d9f86720c3d74e3f8831 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 28 Oct 2018 14:00:38 +0200 Subject: [PATCH] Issue #3009799: Change the patch for [Drupal 8.6.x core] to Allow profiles to define a base/parent profile and load them in the correct order (Drush make) --- drupal-org-core.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-org-core.make b/drupal-org-core.make index e38052ec..de61e492 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -11,7 +11,7 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch ;; Issue #2815221: Add quickedit to the latest-revision route projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-17/2815221-reroll-8.6.1.patch ;; Issue #1356276: Allow profiles to define a base/parent profile and load them in the correct order -projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-05/1356276-515.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-23/1356276-549-8.6.2.patch ;; Issue #2914389: Allow profiles to exclude dependencies of their parent projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch ;; Issue #2720101: Label (Title) not set for Views block (exposed filters in Block) -- GitLab