Commit 36883757 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! erp5_interface_post: add ingestion method on Internet Message Posts

parent 8965506d
...@@ -27,3 +27,6 @@ if strict_causality_reference != None: ...@@ -27,3 +27,6 @@ if strict_causality_reference != None:
if len(causality_post_result_list) == 1: if len(causality_post_result_list) == 1:
causality_event = causality_post_result_list[0].getAggregateRelatedValue() causality_event = causality_post_result_list[0].getAggregateRelatedValue()
mail_message.setCausalityValue(causality_event) mail_message.setCausalityValue(causality_event)
# If causality has a follow up (ie: on a Support Request), then they most
# likely share the same follow up
mail_message.setDefaultFollowUp(causality_event.getDefaultFollowUp())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment