Skip to content

Commit

Permalink
VACMS-18311: Updates eca configs to use correct user id token.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser committed Jul 11, 2024
1 parent a1fddf1 commit cf11019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/sync/eca.eca.aging_content_expired_fwb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/sync/eca.eca.aging_content_warn_fwb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf11019

Please sign in to comment.