Skip to content

Commit

Permalink
test3_private
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommo73 committed Oct 16, 2019
1 parent 5a18744 commit 759380a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mail_private/static/src/js/mail_private.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,6 @@ ChatterComposer.include({
});
},

preprocess_message: function () {
var self = this;
if (self.options.is_private) {
self.context.is_private = true;
}
return this._super();
},

on_open_full_composer: function() {
if (!this.do_check_attachment_upload()){
return false;
Expand Down

0 comments on commit 759380a

Please sign in to comment.