diff --git a/composer.json b/composer.json
index ae538a74cec7953660ac92c5374a77ffbda2dc22..83cc7ec28a1463736804aee14b167356f1088ef2 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 8fbacf98afac6d30d573c41bcdfe2138da0ba8df..85dd0b8e4a0aa190dd0ea06c8aae7e97e583d5dc 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