Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-1093484-vja into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #1093484 in OpenERP Addons: "Chatter click on partner duplicates contact"
  https://bugs.launchpad.net/openobject-addons/+bug/1093484

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1093484-vja/+merge/141912

Hello,

     Remove duplicate contacts in kanban view.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1093484-vja/+merge/141912
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-1093484-vja.
=== modified file 'addons/web_kanban/static/src/js/kanban.js'
--- addons/web_kanban/static/src/js/kanban.js	2012-12-21 19:30:29 +0000
+++ addons/web_kanban/static/src/js/kanban.js	2013-01-04 13:35:39 +0000
@@ -580,6 +580,7 @@
                 .on('added', self, self.proxy('quick_created'));
             self.quick.replace($(".oe_kanban_no_group_qc_placeholder"));
         }
+        this.view.$el.find('.oe_kanban_column').remove();
         this.$records = $(QWeb.render('KanbanView.group_records_container', { widget : this}));
         this.$records.insertBefore(this.view.$el.find('.oe_kanban_groups_records td:last'));
 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to