Skip to content

Commit 8261921

Browse files
committed
🛠️ mail_to: copying channel_ids to msg
1 parent e32a6b7 commit 8261921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mail_to/static/src/js/mail_to.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ odoo.define('mail_to.MailTo', function (require) {
1313

1414
msg.partner_ids = data.partner_ids;
1515
msg.channel_names = data.channel_names;
16+
msg.channel_ids = data.channel_ids;
1617
msg.recipients = data.partner_ids.concat(data.channel_names);
1718
if (!msg.partner_ids && !msg.channel_names) {
1819
return msg;

0 commit comments

Comments
 (0)