From 27f2e5c41ca4e23345173da53ccad75e3f43c5a0 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Thu, 14 Dec 2017 13:41:42 +0200 Subject: [PATCH] Issue #2930741: Updated [Entity Clone] module from 8.1.x-dev-9265e35 to 8.1.0-alpha2 --- CHANGELOG.md | 3 +++ composer.json | 8 ++++---- drupal-org.make | 10 ++++------ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b9a94c..bf7330cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,9 @@ * Issue [#2930040](https://www.drupal.org/node/2930040): Updated [Login Destination] module from 8.1.x-dev-98892eb to 8.1.x-dev-944d78f +* Issue [#2930741](https://www.drupal.org/node/2930741): + Updated [Entity Clone] module + from 8.1.x-dev-9265e35 to 8.1.0-alpha2 ### Fixes since Varbase 8.4.12: * Issue [#2919712](https://www.drupal.org/node/2919712): diff --git a/composer.json b/composer.json index eb07ccb3..c99f945d 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.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488", + "drupal/entity_clone": "1.0-alpha2", "drupal/entity_browser": "1.4", "drupal/dropzonejs": "1.0-alpha8", "drupal/entity_embed": "1.0-beta2", @@ -302,12 +302,12 @@ "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", "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" + "https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch", + "Issue #2743379: Check permission before showing Clone operation": + "https://www.drupal.org/files/issues/check-permission-2743379-1.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 0e92b900..01d8afbe 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -84,18 +84,16 @@ projects[embed][version] = 1.0 projects[entity][type] = module projects[entity][version] = 1.0-beta1 -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 +projects[entity_clone][type] = module +projects[entity_clone][version] = 1.0-alpha2 ;; 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 +;; Issue #2743379: Check permission before showing Clone operation +projects[entity_clone][patch][] = https://www.drupal.org/files/issues/check-permission-2743379-1.patch projects[entity_browser][type] = module projects[entity_browser][version] = 1.4 -- GitLab