Commit 793cf965 authored by Nicolas Delaby's avatar Nicolas Delaby

Force content_type to text/plain value, because comment workflow is edited inside

text_area field not editor field.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35322 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f7a11189
......@@ -83,7 +83,8 @@ line = bug.newContent(title="%s %s was %s" % (bug.getPortalType(),\n
bug.getReference(),\n
state),\n
portal_type="Bug Line",\n
text_content=comment)\n
text_content=comment,\n
content_type=\'text/plain\')\n
if send_event:\n
# This will post The message Automatically.\n
line.start()\n
......
585
\ No newline at end of file
586
\ 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