Commit c80e55bb authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_crm: change parameters

parent 2720826d
......@@ -159,7 +159,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: context.getFollowUpValue().Ticket_getArrowItemList() if context.getFollowUp() else context.Event_getPreferredResponseEventSource()</string> </value>
<value> <string>python: context.getFollowUpValue().Ticket_getArrowItemList() if context.getFollowUp() else context.Event_getPreferredResponseEventSourceItemList()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -6,7 +6,7 @@ if notification_message:
temp_object=True,
portal_type=portal_type,
source=source,
destination=destination,
destination_list=destination_list,
follow_up_value=context,
resource=resource,
language=context.getLanguage(),
......
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>portal_type, notification_message, resource, text_content, content_type, source, destination, dialog_id, **kw</string> </value>
<value> <string>portal_type, notification_message, resource, text_content, content_type, source, destination_list, dialog_id, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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