From 169a30c1c25f9a8ba880b00174ac4dcf122852be Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 26 Aug 2018 18:12:34 +0300 Subject: [PATCH] Issue #2990965: Fix issue of unable to edit menu items, which related to entity clone patch --- composer.json | 2 +- drupal-org.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aac151fb..0ef8683e 100644 --- a/composer.json +++ b/composer.json @@ -394,7 +394,7 @@ }, "drupal/entity_clone": { "Issue #2743379: Clone operation shows regardless of permission": - "https://www.drupal.org/files/issues/check-permission-2743379-1.patch" + "https://www.drupal.org/files/issues/2018-08-26/2743379-18.patch" } } } diff --git a/drupal-org.make b/drupal-org.make index 874f4f1c..0e593ce0 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -90,7 +90,7 @@ projects[entity_clone][download][url] = https://git.drupal.org/project/entity_cl projects[entity_clone][download][revision] = 6d0ce053605e9aaf8412927a9b0ea8da7a9a06e5 projects[entity_clone][download][branch] = 8.x-1.x ;; Issue #2743379: Clone operation shows regardless of permission. -projects[entity_clone][patch][] = https://www.drupal.org/files/issues/check-permission-2743379-1.patch +projects[entity_clone][patch][] = https://www.drupal.org/files/issues/2018-08-26/2743379-18.patch projects[entity_browser][type] = module projects[entity_browser][version] = 2.0-alpha3 -- GitLab