cleanup
This commit is contained in:
@@ -52,15 +52,6 @@ Espo.define('views/email/record/list', 'views/record/list', function (Dep) {
|
||||
this.addMassAction('markAsRead', false, true);
|
||||
this.addMassAction('moveToTrash', false, true);
|
||||
|
||||
/*this.massActionList.push('moveToTrash');
|
||||
|
||||
this.massActionList.push('markAsRead');
|
||||
this.massActionList.push('markAsNotRead');
|
||||
this.massActionList.push('markAsImportant');
|
||||
this.massActionList.push('markAsNotImportant');
|
||||
this.massActionList.push('moveToFolder');
|
||||
this.massActionList.push('retrieveFromTrash');*/
|
||||
|
||||
this.listenTo(this.collection, 'moving-to-trash', function (id) {
|
||||
var model = this.collection.get(id);
|
||||
if (model) {
|
||||
|
||||
Reference in New Issue
Block a user