Pinakin Nayi (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-dms-user-fix-pna into
lp:openobject-addons.
Requested reviews:
Harry (OpenERP) (hmo-tinyerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-dms-user-fix-pna/+merge/130523
Hello Sir,
I fixed the issue which were generated when opening a storage media at
Knowledge > Configuration > Documentation Management > Storage Media, then
click on 'Owner' link.
Thanks,
pna
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-dms-user-fix-pna/+merge/130523
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-dms-user-fix-pna.
=== modified file 'mail/static/src/js/mail_followers.js'
--- mail/static/src/js/mail_followers.js 2012-10-18 12:38:27 +0000
+++ mail/static/src/js/mail_followers.js 2012-10-19 10:37:37 +0000
@@ -179,6 +179,7 @@
fetch_subtypes: function () {
var subtype_list_ul = this.$('.oe_subtypes').empty();
if (! this.message_is_follower) return;
+ if (this.ds_model.model == 'res.users') return; //TOFIX: why call this fetch_subtypes for res.users model?
var context = new session.web.CompoundContext(this.build_context(), {});
this.ds_model.call('message_get_subscription_data', [[this.view.datarecord.id], context]).pipe(this.proxy('display_subtypes'));
},
_______________________________________________
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