From 9656e492e644b4e35f5e448c7de5f7efc54989bd Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sat, 9 Jun 2018 15:21:39 +0300
Subject: [PATCH] Issue #2978512: Updated [Entity Clone] module from 8.1.x-dev
 9265e35 to 8.1.x-dev 6d0ce05

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

diff --git a/composer.json b/composer.json
index 749b03cf..2ed138f3 100644
--- a/composer.json
+++ b/composer.json
@@ -327,12 +327,6 @@
         "Issue #2904917: Make paragraph previewer work with new UI/UX improvement patch":
         "https://www.drupal.org/files/issues/2904917-2.patch"
       },
-      "drupal/entity_clone": {
-        "Issue #2770687: Wrong redirection of page for entity clone module":
-        "https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch",
-        "Issue #2769823: Getting error after clicking on abort clone button":
-        "https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch"
-      },
       "drupal/default_content": {
         "Issue #2900089: Invalid translation language error when selected installation language does not match demo content language":
         "https://www.drupal.org/files/issues/2900089-14.patch",
diff --git a/drupal-org.make b/drupal-org.make
index aea1c119..338df1b2 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -88,10 +88,6 @@ projects[entity_clone[type] = module
 projects[entity_clone][download][url] = https://git.drupal.org/project/entity_clone.git
 projects[entity_clone][download][revision] = 6d0ce053605e9aaf8412927a9b0ea8da7a9a06e5
 projects[entity_clone][download][branch] = 8.x-1.x
-;; Issue #2770687: Wrong redirection of page for entity clone module
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch
-;; Issue #2769823: Getting error after clicking on abort clone button
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch
 
 projects[entity_browser][type] = module
 projects[entity_browser][version] = 2.0-alpha3
-- 
GitLab