From 597e4734f7f031eb93636a6150055f80bebd6cd9 Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Thu, 12 Jan 2023 15:59:35 -0500
Subject: [PATCH] ISTWCMS-6023: Send additional info link using the right key
 so it gets the right title.

---
 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 32ec4565..61e6d18c 100644
--- a/src/Service/UwNodeContent.php
+++ b/src/Service/UwNodeContent.php
@@ -646,7 +646,7 @@ class UwNodeContent {
     // Get the footer for the profile.
     if ($node_flags['get_footer']) {
       $content_data['footer']['links']['has_children'] = TRUE;
-      $content_data['footer']['links']['profile'] = $this->addToContentData('link', 'field_uw_ct_profile_info_link');
+      $content_data['footer']['links']['additional_info'] = $this->addToContentData('link', 'field_uw_ct_profile_info_link');
       $content_data['footer']['links']['webpage'] = $this->addToContentData('link', 'field_uw_ct_profile_link_persona');
       $content_data['footer']['links']['link_to_contact'] = $this->addToContentData('link', 'field_uw_ct_profile_link_contact');
     }
-- 
GitLab