[DOC] mail_followers: added few few comments.

bzr revid: tde@openerp.com-20120815232825-avpmpmn3egjkt65y
This commit is contained in:
Thibault Delavallée 2012-08-16 01:28:25 +02:00
parent 2051bd9fda
commit 540346de57
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ openerp_mail_followers = function(session, mail) {
return this.ds_follow.call('read', [value_ || this.get_value(), ['name', this.params.image]]).then(this.proxy('display_subscribers'));
},
/**
* Display the followers.
* TODO: replace the is_subscriber check by fields read */
display_subscribers: function (records) {
var self = this;
this.is_subscriber = false;