From 1bf32b1a05193e79aef534f8a99529e672b14870 Mon Sep 17 00:00:00 2001 From: hatuhay <hatuhay@827704.no-reply.drupal.org> Date: Sun, 3 May 2020 09:38:23 -0500 Subject: [PATCH] Issue #3133113 by hatuhay: Update causes DomainException: When a #lazy_builder callback is --- lazy_builder_conflict-3133113-4.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lazy_builder_conflict-3133113-4.patch diff --git a/lazy_builder_conflict-3133113-4.patch b/lazy_builder_conflict-3133113-4.patch deleted file mode 100644 index cdeedd6..0000000 --- a/lazy_builder_conflict-3133113-4.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/bootstrap_barrio.theme b/bootstrap_barrio.theme -index 61d6bb2..8b9dd2c 100644 ---- a/bootstrap_barrio.theme -+++ b/bootstrap_barrio.theme -@@ -348,7 +348,9 @@ function bootstrap_barrio_preprocess_region(&$variables) { - * Implements hook_preprocess_HOOK() for block.html.twig. - */ - function bootstrap_barrio_preprocess_block(&$variables) { -- $variables['content']['#attributes']['block'] = $variables['attributes']['id']; -+ if ($variables['base_plugin_id'] == 'system_menu_block') { -+ $variables['content']['#attributes']['block'] = $variables['attributes']['id']; -+ } - // Add a clearfix class to system branding blocks. - if ($variables['plugin_id'] == 'system_branding_block') { - $variables['attributes']['class'][] = 'clearfix'; -- GitLab