Nimesh Contractor(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1065484-nco into 
lp:openobject-addons.

Requested reviews:
  Atul Patel(OpenERP) (atp-openerp)
Related bugs:
  Bug #1065484 in OpenERP Addons: "[Trunk] Follow button is not working"
  https://bugs.launchpad.net/openobject-addons/+bug/1065484

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1065484-nco/+merge/129846

Hello,

       I have fix the problem of follower in customer.

Thanks,
 NCO.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1065484-nco/+merge/129846
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1065484-nco.
=== modified file 'mail/static/src/js/mail_followers.js'
--- mail/static/src/js/mail_followers.js	2012-10-10 18:16:11 +0000
+++ mail/static/src/js/mail_followers.js	2012-10-16 10:28:25 +0000
@@ -97,6 +97,8 @@
             for(var i in value_){
                 if(value_[i]['user_ids'][0]==this.session.uid)
                     this.message_is_follower=true;
+                else
+                    continue
                     this.display_buttons();
                     return true;
             }

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to