From 1a10c0533eed715c3ce4ae29fe4c8973e8f4ec8f Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 7 Jan 2018 12:20:15 +0200
Subject: [PATCH] Issue #2934940: Added the 2932010-4.patch for [Google
 Analytics Report] module to Fixed an issue to Not to check Updates or import
 Fields while the Drupal site MAINTENANCE_MODE is in Install or Update.

---
 composer.json   | 4 +++-
 drupal-org.make | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 96fa8303..5b5b646f 100644
--- a/composer.json
+++ b/composer.json
@@ -280,7 +280,9 @@
         "Issue #2850463: Error when saving either google_analytics_reports view":
         "https://www.drupal.org/files/issues/error_when_saving-2850463-2.patch",
         "Issue #2860399: Warning: htmlspecialchars() expects parameter 1 to be string":
-        "https://www.drupal.org/files/issues/Fix_message-2860399-5.patch"
+        "https://www.drupal.org/files/issues/Fix_message-2860399-5.patch",
+        "Issue #2932010: Fixed an issue to Not to check Updates or import Fields while the Drupal site MAINTENANCE_MODE is in Install or Update.":
+        "https://www.drupal.org/files/issues/2932010-4.patch"
       },
       "drupal/ckeditor_media_embed": {
         "Issue #2900313: Add ability to embed tweets and other rich content in WYSIWYG":
diff --git a/drupal-org.make b/drupal-org.make
index 7da5ba01..ba860f32 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -302,6 +302,8 @@ projects[google_analytics_reports][download][branch] = 8.x-3.x
 projects[google_analytics_reports][patch][] = https://www.drupal.org/files/issues/error_when_saving-2850463-2.patch
 ;; Issue #2860399: Warning: htmlspecialchars() expects parameter 1 to be string
 projects[google_analytics_reports][patch][] = https://www.drupal.org/files/issues/Fix_message-2860399-5.patch
+;; Issue #2932010: Fixed an issue to Not to check Updates or import Fields while the Drupal site MAINTENANCE_MODE is in Install or Update.
+projects[google_analytics_reports][patch][] = https://www.drupal.org/files/issues/2932010-4.patch
 
 projects[login_destination][type] = module
 projects[login_destination][download][url] = https://git.drupal.org/project/login_destination.git
-- 
GitLab