Change the guid to be a link instead of an ID
This should prevent duplicate emails being sent after running `tome:import` as I think the entity IDs change - causing a different guid and the automation to trigger again for the same email.
This commit is contained in:
parent
15dc0e1224
commit
7a1421dca3
1 changed files with 2 additions and 2 deletions
|
@ -532,8 +532,8 @@ display:
|
|||
creator_field: uid
|
||||
date_field: created
|
||||
guid_field_options:
|
||||
guid_field: nid
|
||||
guid_field_is_permalink: false
|
||||
guid_field: view_node
|
||||
guid_field_is_permalink: true
|
||||
display_extenders: { }
|
||||
path: rss/daily.xml
|
||||
cache_metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue