Skip to content

Commit

Permalink
[FIX] mail: fix all bugs (in search)
Browse files Browse the repository at this point in the history
This commit probably fixes all bugs related to the search view
  • Loading branch information
ged-odoo authored and aab-odoo committed Nov 23, 2015
1 parent 919179b commit 3b5e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mail/static/src/js/chat_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ var chat_manager = {
return _.contains(message.channel_ids, options.channel_id);
}));
} else {
return fetch_from_channel(channel);
return fetch_from_channel(channel, {domain: options.domain});
}
} else { // chatter message
}
Expand Down

0 comments on commit 3b5e7fe

Please sign in to comment.