From 8e311323978a9173fc5d0bbee239b739e98b2a89 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Mon, 11 Dec 2017 21:40:24 +0200
Subject: [PATCH] Issue #2930034: Updated [Menu position] module from
 8.1.x-dev-1e3a677 to 8.1.x-dev-d134276b

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

diff --git a/composer.json b/composer.json
index 5f25f235..3946d801 100644
--- a/composer.json
+++ b/composer.json
@@ -121,7 +121,7 @@
     "drupal/mailsystem": "4.1",
     "drupal/smtp": "1.0-beta3",
     "drupal/maxlength": "1.0-beta1",
-    "drupal/menu_position": "1.x-dev#1e3a6778acc74a35174d297052ec44995d5e5137",
+    "drupal/menu_position": "1.x-dev#d134276b4bbd08b3c9678943d0225fbef7dd05b5",
     "drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b",
     "drupal/taxonomy_access_fix": "2.1",
     "drupal/better_exposed_filters": "3.0-alpha3",
@@ -277,10 +277,6 @@
         "Issue #2696393: Checkboxes with .error class are not usable":
         "https://www.drupal.org/files/issues/adminimal-checkboxes_with_error-2696393-3.patch"
       },
-      "drupal/menu_position": {
-        "Issue #2883131: Call to undefined method when creating a rule":
-        "https://www.drupal.org/files/issues/2883131-19-menu_position_save_new_rules_and_config.patch"
-      },
       "drupal/google_analytics_reports": {
         "Issue #2850463: Error when saving either google_analytics_reports view":
         "https://www.drupal.org/files/issues/error_when_saving-2850463-2.patch",
diff --git a/drupal-org.make b/drupal-org.make
index 6ba6dc36..c2cc7c09 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -246,10 +246,8 @@ projects[maxlength][version] = 1.0-beta1
 
 projects[menu_position][type] = module
 projects[menu_position][download][url] = https://git.drupal.org/project/menu_position.git
-projects[menu_position][download][revision] = 1e3a6778acc74a35174d297052ec44995d5e5137
+projects[menu_position][download][revision] = d134276b4bbd08b3c9678943d0225fbef7dd05b5
 projects[menu_position][download][branch] = 8.x-1.x
-;; Issue #2883131: Fatal error: Call to undefined method when creating a rule
-projects[menu_position][patch][] = https://www.drupal.org/files/issues/2883131-19-menu_position_save_new_rules_and_config.patch
 
 projects[mail_edit][type] = module
 projects[mail_edit][download][url] = https://git.drupal.org/project/mail_edit.git
-- 
GitLab