From bce9a566bff1d28f7e9f7c6a93bf9186917e56c3 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 20 Sep 2017 16:00:28 +0300
Subject: [PATCH] Issue #2910223: Updated [Entity Browser] from 8.1.1 to 8.1.3

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

diff --git a/composer.json b/composer.json
index 8e1d6c81..bad8f128 100644
--- a/composer.json
+++ b/composer.json
@@ -53,7 +53,7 @@
     "drupal/embed": "1.0",
     "drupal/entity": "1.0-beta1",
     "drupal/entity_clone": "1.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488",
-    "drupal/entity_browser": "1.1",
+    "drupal/entity_browser": "1.3",
     "drupal/dropzonejs": "1.0-alpha7",
     "drupal/entity_embed": "1.0-beta2",
     "drupal/inline_entity_form": "1.0-beta1",
@@ -244,12 +244,6 @@
         "Issue #2872093: Coffee css fixes in RTL":
         "https://www.drupal.org/files/issues/2872093-10.patch"
       },
-      "drupal/entity_browser": {
-        "Issue #2820132: Fixed getDisplay() on null Entity Browser reference":
-        "https://www.drupal.org/files/issues/2820132-19.patch",
-        "Issue #2902831: Entity browser views that do have use_ajax explicitly enabled are broken with 8.3.7":
-        "https://www.drupal.org/files/issues/entity_browser_views-2902831-5.patch"
-      },
       "drupal/entityqueue": {
         "Issue #2145441: Option to create Entityqueue tab on Entity pages.":
         "https://www.drupal.org/files/issues/entityqueue-add_entityqueue_tab-2145441-22.patch"
diff --git a/drupal-org.make b/drupal-org.make
index e22a8518..83baef8b 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -96,11 +96,7 @@ projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clo
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch
 
 projects[entity_browser][type] = module
-projects[entity_browser][version] = 1.1
-;; Issue #2820132: getDisplay() on null Entity Browser reference
-projects[entity_browser][patch][] = https://www.drupal.org/files/issues/2820132-19.patch
-;; Issue #2902831: Entity browser views that do have use_ajax explicitly enabled are broken with 8.3.7
-projects[entity_browser][patch][] = https://www.drupal.org/files/issues/entity_browser_views-2902831-5.patch
+projects[entity_browser][version] = 1.3
 
 projects[dropzonejs][type] = module
 projects[dropzonejs][version] = 1.0-alpha7
-- 
GitLab