From c6dad309f6ed06366f160f41d2ecfaca72176d81 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Tue, 29 May 2018 13:33:36 +0300
Subject: [PATCH] Issue #2976012: Fixed issue with  Argument 1 passed to
 PageManagerHelper::getVariantTitle() must implement interface
 Drupal\page_manager\PageVariantInterface or be null, string given in
 Drupal\page_manager\PageManagerHelper->getVariantTitle(

---
 composer.json   | 4 ----
 drupal-org.make | 2 --
 2 files changed, 6 deletions(-)

diff --git a/composer.json b/composer.json
index a76c9e29..007e403d 100644
--- a/composer.json
+++ b/composer.json
@@ -277,10 +277,6 @@
         "Issue #2670730: Provide a delete action for each content entity type.":
         "https://www.drupal.org/files/issues/2670730-81-89-8.5.0-rc1.patch"
       },
-      "drupal/page_manager": {
-        "Issue #2665328: Variants take entity label not the variant title":
-        "https://www.drupal.org/files/issues/page_manager-fix_contexts_on_get_title-2665328-66.patch"
-      },
       "drupal/coffee": {
         "Issue #2815381: Coffee breaks whole page when using right to left (rtl) languages in drupal 8":
         "https://www.drupal.org/files/issues/coffee-coffee_breaks_page_with_rtl-2815381-6.patch",
diff --git a/drupal-org.make b/drupal-org.make
index 89c4de12..e1ae625d 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -27,8 +27,6 @@ projects[token][version] = 1.3
 
 projects[page_manager][type] = module
 projects[page_manager][version] = 4.0-beta3
-;; Issue #2665328: Variants take entity label not the variant title
-projects[page_manager][patch][] = https://www.drupal.org/files/issues/page_manager-fix_contexts_on_get_title-2665328-66.patch
 
 projects[panels][type] = module
 projects[panels][version] = 4.3
-- 
GitLab