Commit 55690c1b authored by Gabriel Monnerat's avatar Gabriel Monnerat

Set source on event created

parent 441fdef1
...@@ -77,7 +77,8 @@ event = context.Base_addEvent(title=notification_message.getTitle(),\n ...@@ -77,7 +77,8 @@ event = context.Base_addEvent(title=notification_message.getTitle(),\n
keep_draft=keep_draft,\n keep_draft=keep_draft,\n
batch_mode=True)\n batch_mode=True)\n
\n \n
event.edit(follow_up=follow_up)\n event.edit(follow_up=follow_up,\n
source=source)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
608 609
\ No newline at end of file \ No newline at end of file
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