From 3ba1fa625a7d736c4e85501bfc0e4a96f299e030 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Wed, 20 Feb 2019 16:50:16 +0200 Subject: [PATCH] Issue #3032659: Change drupal-org.make file to apply the remove all patches for [Entity Clone] as they all are already applied in 8.x-1.0-beta2 --- drupal-org.make | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drupal-org.make b/drupal-org.make index 35c82b7e..e0fd7499 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -85,9 +85,7 @@ projects[entity][type] = module projects[entity][version] = 1.0-rc1 projects[entity_clone][type] = module -projects[entity_clone][version] = 1.0-beta1 -;; Issue #2743379: Clone operation shows regardless of permission. -projects[entity_clone][patch][] = https://www.drupal.org/files/issues/2018-08-26/2743379-18.patch +projects[entity_clone][version] = 1.0-beta2 projects[entity_browser][type] = module projects[entity_browser][version] = 2.0 -- GitLab