Skip to content

Commit

Permalink
[FIX] website_mail_channel : Fix the issue of Discussion Group snippe…
Browse files Browse the repository at this point in the history
…t when click on Change Discussion List, And change the wrong name of snippet icon
  • Loading branch information
gan-odoo authored and jem-odoo committed Sep 23, 2015
1 parent 57168a9 commit 90714bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var website = require('website.website');

var _t = core._t;

options.subscribe = options.Class.extend({
options.registry.subscribe = options.Class.extend({
select_mailing_list: function (type, value) {
var self = this;
if (type !== "click") return;
Expand Down
2 changes: 1 addition & 1 deletion addons/website_mail_channel/views/snippets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xpath expr="//div[@id='snippet_content']/div[@class='o_panel_body']" position="inside">
<div>
<div class="oe_snippet_thumbnail">
<img class="oe_snippet_thumbnail_img" src="/website_mail_channel/static/src/img/blocks/button_group_subscribe.png"/>
<img class="oe_snippet_thumbnail_img" src="/website_mail_channel/static/src/img/blocks/button_channel_subscribe.png"/>
<span class="oe_snippet_thumbnail_title">Discussion Group</span>
</div>

Expand Down

0 comments on commit 90714bf

Please sign in to comment.