[FIX] mail: do not convert text on html when the user post a message with the widget to message_post_api

bzr revid: chm@openerp.com-20121115102522-sicesckcupbh1nnc
This commit is contained in:
Christophe Matthieu 2012-11-15 11:25:22 +01:00
parent 3918c05a37
commit f3bba6c77b
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ openerp.mail = function (session) {
//session.web.blockUI();
this.parent_thread.ds_thread.call('message_post_user_api', [
this.context.default_res_id,
mail.ChatterUtils.get_text2html(body),
body,
false,
this.context.default_parent_id,
attachments,