From cf11019697c2cef9641d2bdafaba8ca23a727bcd Mon Sep 17 00:00:00 2001 From: Daniel Sasser Date: Thu, 11 Jul 2024 12:21:54 -0700 Subject: [PATCH] VACMS-18311: Updates eca configs to use correct user id token. --- config/sync/eca.eca.aging_content_expired_fwb.yml | 2 +- config/sync/eca.eca.aging_content_warn_fwb.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/eca.eca.aging_content_expired_fwb.yml b/config/sync/eca.eca.aging_content_expired_fwb.yml index 31bbbcb913..aaab8ca776 100644 --- a/config/sync/eca.eca.aging_content_expired_fwb.yml +++ b/config/sync/eca.eca.aging_content_expired_fwb.yml @@ -54,7 +54,7 @@ actions: configuration: token_name: job type: va_gov_aging_content_notification - payload: "template_values:\r\n uid: \"[node:author:uid]\"\r\n template: aging_content_expired_fwb\r\nrestrict_delivery_to:\r\nvalues:\r\n field_expired_date: \"[node:expiration_date:date:html_date]\"\r\n field_target_entity:\r\n target_id: \"[node:nid]\"\r\n field_target_node_title: \"[node:title]\"" + payload: "template_values:\r\n uid: \"[node:revision_uid:target_id]\"\r\n template: aging_content_expired_fwb\r\nvalues:\r\n field_expired_date: \"[node:expiration_date:date:html_date]\"\r\n field_target_entity:\r\n target_id: \"[node:nid]\"\r\n field_target_node_title: \"[node:title]\"" queue: aging_content successors: { } eca_trigger_content_entity_cus_1: diff --git a/config/sync/eca.eca.aging_content_warn_fwb.yml b/config/sync/eca.eca.aging_content_warn_fwb.yml index 595d8cdc2b..76f9b15969 100644 --- a/config/sync/eca.eca.aging_content_warn_fwb.yml +++ b/config/sync/eca.eca.aging_content_warn_fwb.yml @@ -54,7 +54,7 @@ actions: configuration: token_name: job type: va_gov_aging_content_notification - payload: "template_values:\r\n uid: \"[node:author:uid]\"\r\n template: aging_content_warn_fwb\r\nrestrict_delivery_to:\r\nvalues:\r\n field_warning_date: \"[node:warning_date:date:html_date]\"\r\n field_target_node_title: \"[node:title]\"" + payload: "template_values:\r\n uid: \"[node:revision_uid:target_id]\"\r\n template: aging_content_warn_fwb\r\nvalues:\r\n field_warning_date: \"[node:warning_date:date:html_date]\"\r\n field_target_node_title: \"[node:title]\"" queue: aging_content successors: { } eca_trigger_content_entity_cus_1: