From 0f4379afeb82594ec4645b69176066b1623e9e4f Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Tue, 28 Jun 2016 10:44:18 +0100
Subject: [PATCH] Issue #2754477 by alexpott, jonathan1055, mr.baileys,
 swentel: Unexpected config entity delete due to dependency calculations

---
 .../core.entity_view_display.taxonomy_term.forums.default.yml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml b/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml
index 07b131a64b1b..d1242d99b6a0 100644
--- a/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml
+++ b/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml
@@ -2,6 +2,7 @@ langcode: en
 status: true
 dependencies:
   config:
+    - field.field.taxonomy_term.forums.forum_container
     - taxonomy.vocabulary.forums
   module:
     - text
-- 
GitLab