diff --git a/composer.json b/composer.json index 5f25f235a0308f35b63823aba2a9991d0cab813b..3946d8013beb2a854c703095d25f7e7965b3d7d1 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 6ba6dc366ac09c7eaa8fb80d1cce3b4c61a21639..c2cc7c096f87a46918208544aab102cd1079dfcc 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