[FIX] mail.js: RecordThread now really using message_ids field.

bzr revid: tde@openerp.com-20120910083624-wjdaqruoe42x33cq
This commit is contained in:
Thibault Delavallée 2012-09-10 10:36:24 +02:00
parent 871cd8ce33
commit a44699ca70
1 changed files with 1 additions and 0 deletions

View File

@ -585,6 +585,7 @@ openerp.mail = function(session) {
var thread = new mail.Thread(self, {
'context': this.options.context,
'thread_level': this.options.thread_level, 'show_header_compose': true,
'message_ids': this.get_value(),
'show_delete': true, 'composer': true });
this.thread_list.push(thread);
return thread.appendTo(this.$el.find('div.oe_mail_recthread_main'));