mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
fix notification all read
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user