From 441ff276a9804ee4f9fb9083a807af85dd4d0aa7 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 14 Dec 2017 15:08:29 +0200 Subject: [PATCH] Issue #2930741: Reverted the Updated [Entity Clone] module from 8.1.x-dev-9265e35 to 8.1.0-alpha2 --- composer.json | 10 ++++++++-- drupal-org.make | 12 ++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a593505d..eb07ccb3 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "drupal/views_infinite_scroll": "1.5", "drupal/embed": "1.0", "drupal/entity": "1.0-beta1", - "drupal/entity_clone": "1.0-alpha2", + "drupal/entity_clone": "1.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488", "drupal/entity_browser": "1.4", "drupal/dropzonejs": "1.0-alpha8", "drupal/entity_embed": "1.0-beta2", @@ -300,8 +300,14 @@ "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 #2800203: Event dispatcher for clone events": + "https://www.drupal.org/files/issues/entity_clone-event_dispatcher-2800203-5.patch", "Issue #2706639: Support for cloning nodes that have another entities attached": - "https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch" + "https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.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": diff --git a/drupal-org.make b/drupal-org.make index 2b518588..0e92b900 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -84,10 +84,18 @@ projects[embed][version] = 1.0 projects[entity][type] = module projects[entity][version] = 1.0-beta1 -projects[entity_clone][type] = module -projects[entity_clone][version] = 1.0-alpha2 +projects[entity_clone[type] = module +projects[entity_clone][download][url] = https://git.drupal.org/project/entity_clone.git +projects[entity_clone][download][revision] = 9265e359bd31bda693dac9ad84ad52fe63531488 +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 #2800203: Event dispatcher for clone events +projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-event_dispatcher-2800203-5.patch ;; Issue #2706639: Support for cloning nodes that have another entities attached projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.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] = 1.4 -- GitLab