From acfcb78ae778ce97715320ce3834946c8a1fc2d5 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Tue, 16 Nov 2021 02:15:07 +0000
Subject: [PATCH] ISTWCMS-5195: putting correct field for profile summary

---
 src/Service/UwNodeContent.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php
index 62301dd6..5db20635 100644
--- a/src/Service/UwNodeContent.php
+++ b/src/Service/UwNodeContent.php
@@ -496,7 +496,7 @@ class UwNodeContent {
 
     // Setup the actual content.
     if ($node_flags['get_content']) {
-      $content_data['content'] = $this->addToContentData('content', 'field_uw_news_summary');
+      $content_data['content'] = $this->addToContentData('content', 'field_uw_profile_summary');
     }
 
     // Get the footer for the profile.
-- 
GitLab