From 0a63e1b979b6c23732f1c24bcfdbf15e55cd1bb9 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Tue, 17 Oct 2017 16:43:40 +0300
Subject: [PATCH] Issue #2916795: Added the patch for [Entityqueue] module to
 work with Drupal ^8.4.x with contextual links work for views

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

diff --git a/composer.json b/composer.json
index ae538a74..83cc7ec2 100644
--- a/composer.json
+++ b/composer.json
@@ -240,7 +240,9 @@
       },
       "drupal/entityqueue": {
         "Issue #2145441: Option to create Entityqueue tab on Entity pages.":
-        "https://www.drupal.org/files/issues/2145441-32.patch"
+        "https://www.drupal.org/files/issues/2145441-32.patch",
+        "Issue #2825773: Make Contextual links work for views using Entityqueue":
+        "https://www.drupal.org/files/issues/2825773-23-outside_in_to_settings_tray.patch"
       },
       "drupal/l10n_client": {
         "Issue #2867460: Incompatible with this version of Drupal core 8.3.0":
diff --git a/drupal-org.make b/drupal-org.make
index 8fbacf98..85dd0b8e 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -138,8 +138,10 @@ projects[ace_editor][version] = 1.0
 
 projects[entityqueue][type] = module
 projects[entityqueue][version] = 1.0-alpha7
-; Issue #2145441: Option to create Entityqueue tab on Entity pages
+;; Issue #2145441: Option to create Entityqueue tab on Entity pages
 projects[entityqueue][patch][] = https://www.drupal.org/files/issues/2145441-32.patch
+;; Issue #2825773: Make Contextual links work for views using Entityqueue
+projects[entityqueue][patch][] = https://www.drupal.org/files/issues/2825773-23-outside_in_to_settings_tray.patch
 
 projects[entityqueue_form_widget][type] = module
 projects[entityqueue_form_widget][version] = 1.0-beta3
-- 
GitLab