From cc5bb188ea780e7987ff39935c7e778a17f73ee7 Mon Sep 17 00:00:00 2001
From: Lily Yan <l26yan@uwaterloo.ca>
Date: Wed, 10 Aug 2022 14:29:26 -0400
Subject: [PATCH] ISTWCMS-5683 Replace 'node_type' with 'entity_bundle:node'
 due to update to ctools 8.x-3.11

---
 config/install/pathauto.pattern.uw_path_blog_post.yml     | 2 +-
 config/install/pathauto.pattern.uw_path_catalog_item.yml  | 2 +-
 config/install/pathauto.pattern.uw_path_contact.yml       | 2 +-
 config/install/pathauto.pattern.uw_path_event.yml         | 2 +-
 config/install/pathauto.pattern.uw_path_news_item.yml     | 2 +-
 config/install/pathauto.pattern.uw_path_opportunities.yml | 2 +-
 config/install/pathauto.pattern.uw_path_profile.yml       | 2 +-
 config/install/pathauto.pattern.uw_path_service.yml       | 2 +-
 config/install/pathauto.pattern.uw_path_sidebar.yml       | 2 +-
 config/install/pathauto.pattern.uw_path_site_footer.yml   | 2 +-
 config/install/views.view.content_types.yml               | 6 +++---
 11 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/config/install/pathauto.pattern.uw_path_blog_post.yml b/config/install/pathauto.pattern.uw_path_blog_post.yml
index fae72ce6..0ba12994 100644
--- a/config/install/pathauto.pattern.uw_path_blog_post.yml
+++ b/config/install/pathauto.pattern.uw_path_blog_post.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'blog/[node:title]'
 selection_criteria:
   6008045d-ac62-416d-a3f4-46c30aaab4d5:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_blog: uw_ct_blog
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_catalog_item.yml b/config/install/pathauto.pattern.uw_path_catalog_item.yml
index 8285d1b3..725a83d3 100644
--- a/config/install/pathauto.pattern.uw_path_catalog_item.yml
+++ b/config/install/pathauto.pattern.uw_path_catalog_item.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'catalogs/[node:field_uw_catalog_catalog]/[node:title]'
 selection_criteria:
   337b44da-103c-4fa1-a2a2-27a56e73e8f1:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_catalog_item: uw_ct_catalog_item
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_contact.yml b/config/install/pathauto.pattern.uw_path_contact.yml
index 7e3f44f5..6716018f 100644
--- a/config/install/pathauto.pattern.uw_path_contact.yml
+++ b/config/install/pathauto.pattern.uw_path_contact.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'contacts/[node:title]'
 selection_criteria:
   13ad4ca2-9556-4f2f-89fc-45501bae3153:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_contact: uw_ct_contact
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_event.yml b/config/install/pathauto.pattern.uw_path_event.yml
index d49195a0..30634b76 100644
--- a/config/install/pathauto.pattern.uw_path_event.yml
+++ b/config/install/pathauto.pattern.uw_path_event.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'events/[node:title]'
 selection_criteria:
   0f8d7153-46e2-4788-a25b-8a998481ed5d:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_event: uw_ct_event
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_news_item.yml b/config/install/pathauto.pattern.uw_path_news_item.yml
index d02938fc..b016e0ce 100644
--- a/config/install/pathauto.pattern.uw_path_news_item.yml
+++ b/config/install/pathauto.pattern.uw_path_news_item.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'news/[node:title]'
 selection_criteria:
   92cc743b-f206-40a5-a6a9-4f67373876ad:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_news_item: uw_ct_news_item
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_opportunities.yml b/config/install/pathauto.pattern.uw_path_opportunities.yml
index e308c67e..98752243 100644
--- a/config/install/pathauto.pattern.uw_path_opportunities.yml
+++ b/config/install/pathauto.pattern.uw_path_opportunities.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'opportunities/[node:title]'
 selection_criteria:
   85a0576d-37f6-4897-92c2-cc7f18605172:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_opportunity: uw_ct_opportunity
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_profile.yml b/config/install/pathauto.pattern.uw_path_profile.yml
index c21dbc14..4d8c7025 100644
--- a/config/install/pathauto.pattern.uw_path_profile.yml
+++ b/config/install/pathauto.pattern.uw_path_profile.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'profiles/[node:title]'
 selection_criteria:
   0f8a9aae-cf05-4d9b-9dd9-a128ce9fa7cf:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_profile: uw_ct_profile
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_service.yml b/config/install/pathauto.pattern.uw_path_service.yml
index eccc7098..43817035 100644
--- a/config/install/pathauto.pattern.uw_path_service.yml
+++ b/config/install/pathauto.pattern.uw_path_service.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'services/[node:title]'
 selection_criteria:
   21884b74-d98d-49ba-9cab-9093f18a6a95:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_service: uw_ct_service
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_sidebar.yml b/config/install/pathauto.pattern.uw_path_sidebar.yml
index e1a9afcc..9323abf4 100644
--- a/config/install/pathauto.pattern.uw_path_sidebar.yml
+++ b/config/install/pathauto.pattern.uw_path_sidebar.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'sidebars/[node:title]'
 selection_criteria:
   96550c84-2385-43f7-aa25-ca80528ddf91:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_sidebar: uw_ct_sidebar
     negate: false
diff --git a/config/install/pathauto.pattern.uw_path_site_footer.yml b/config/install/pathauto.pattern.uw_path_site_footer.yml
index 7a77fef0..80d2d185 100644
--- a/config/install/pathauto.pattern.uw_path_site_footer.yml
+++ b/config/install/pathauto.pattern.uw_path_site_footer.yml
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
 pattern: 'site-footer/[node:title]'
 selection_criteria:
   1c4af52c-2d8a-420f-a820-a89df82759ef:
-    id: node_type
+    id: entity_bundle:node
     bundles:
       uw_ct_site_footer: uw_ct_site_footer
     negate: false
diff --git a/config/install/views.view.content_types.yml b/config/install/views.view.content_types.yml
index 92e4bcce..6f86a7c4 100644
--- a/config/install/views.view.content_types.yml
+++ b/config/install/views.view.content_types.yml
@@ -99,7 +99,7 @@ display:
           hide_empty: false
           empty_zero: false
           hide_alter_empty: true
-          entity_type: node_type
+          entity_type: entity_bundle:node
           plugin_id: standard
         description:
           id: description
@@ -149,7 +149,7 @@ display:
           hide_empty: false
           empty_zero: false
           hide_alter_empty: true
-          entity_type: node_type
+          entity_type: entity_bundle:node
           plugin_id: standard
         operation:
           id: operation
@@ -199,7 +199,7 @@ display:
           hide_empty: false
           empty_zero: false
           hide_alter_empty: true
-          entity_type: node_type
+          entity_type: entity_bundle:node
           plugin_id: config_entity_operations
       filters: {  }
       sorts: {  }
-- 
GitLab