Commit d96a09d6 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: wip

parent 02a409c3
...@@ -70,6 +70,7 @@ event_kw = { ...@@ -70,6 +70,7 @@ event_kw = {
'follow_up_value': ticket, 'follow_up_value': ticket,
'language': language, 'language': language,
'data': email.as_string(), 'data': email.as_string(),
'title': title
} }
# Create event # Create event
module = portal.getDefaultModule(portal_type=portal_type) module = portal.getDefaultModule(portal_type=portal_type)
...@@ -84,8 +85,8 @@ if notification_message: ...@@ -84,8 +85,8 @@ if notification_message:
# Prefer using the notification message title # Prefer using the notification message title
# as it will be correctly translated # as it will be correctly translated
if not event.hasTitle(): # if not event.hasTitle():
event.edit(title=title) # event.edit(title=title)
if not keep_draft: if not keep_draft:
if direction == 'incoming': if direction == 'incoming':
......
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