Commit 02c3cdc5 authored by Nicolas Delaby's avatar Nicolas Delaby

Do not initialize ticket title with event title

parent 0da8e14a
......@@ -161,7 +161,6 @@ if context.getPortalType() == \'Web Message\' and\\\n
\n
ticket = ticket_module.newContent(portal_type=ticket_portal_type,\n
destination_decision=context.getSource(),\n
title=context.getTitle(),\n
resource=portal.portal_preferences.getPreferredSupportRequestResource(),\n
source_section=portal.portal_preferences.getPreferredSection(),\n
start_date=DateTime())\n
......
548
\ No newline at end of file
549
\ 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