From 3b2c0365f47fcf59b3b265a30c993bbcbb508e0c Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 9 Jan 2018 14:04:54 +0200 Subject: [PATCH] Issue #2935158: Fixed the issue when Enabled with multilingual of Translatable Markup for Invalid Argument Exception: $string (Array) must be a string. After we Updated [Total Control Admin Dashboard] module from 8.2.0-alpha3 to 8.2.0-alpha4 --- composer.json | 4 ++++ drupal-org.make | 2 ++ 2 files changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 4b2f4c0b..7540de2f 100644 --- a/composer.json +++ b/composer.json @@ -342,6 +342,10 @@ "drupal/search_api": { "Issue #2931562: Fixed the Notice: Undefined index: total When we enable the module in the installation step.": "https://www.drupal.org/files/issues/2931562-11--undefined_total_in_task_manager_batch_finish.patch" + }, + "drupal/total_control": { + "Issue #2935351: Fixed the issue when Enabled with multilingual of Translatable Markup for Invalid Argument Exception: $string (Array) must be a string.": + "https://www.drupal.org/files/issues/2935351-2.patch" } } } diff --git a/drupal-org.make b/drupal-org.make index 6dfd18f5..3643598b 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -503,6 +503,8 @@ projects[vmi][version] = 1.0-beta3 projects[total_control][type] = module projects[total_control][version] = 2.0-alpha4 +;; Issue #2935351: Fixed the issue when Enabled with multilingual of Translatable Markup for Invalid Argument Exception: $string (Array) must be a string. +projects[total_control][patch][] = https://www.drupal.org/files/issues/2935351-2.patch ;;;;;;;;;;;;;;;;;;;;; ;; Varbase public contrib features. -- GitLab