This commit is contained in:
yuri
2019-06-05 12:19:10 +03:00
parent b18a8c1b2b
commit f3b2cc9bcb
-9
View File
@@ -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) {