fix notification all read

This commit is contained in:
yuri
2016-02-02 12:19:01 +02:00
parent d5ba8058e4
commit bbf2128c8a

View File

@@ -39,6 +39,7 @@ Espo.define('views/notification/list', 'view', function (Dep) {
type: 'POST'
}).done(function (count) {
this.trigger('all-read');
this.$el.find('.badge-circle-warning').remove();
}.bind(this));
},
'click [data-action="refresh"]': function () {